Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuick3DBounds3 Class Reference

#include <qquick3dmodel_p.h>

+ Collaboration diagram for QQuick3DBounds3:

Public Member Functions

QVector3D minimum () const
 
QVector3D maximum () const
 

Public Attributes

QSSGBounds3 bounds { QVector3D{}, QVector3D{} }
 

Properties

QVector3D minimum
 
QVector3D maximum
 

Detailed Description

Definition at line 38 of file qquick3dmodel_p.h.

Member Function Documentation

◆ maximum()

QVector3D QQuick3DBounds3::maximum ( ) const
inline

Definition at line 51 of file qquick3dmodel_p.h.

◆ minimum()

QVector3D QQuick3DBounds3::minimum ( ) const
inline

Definition at line 46 of file qquick3dmodel_p.h.

Member Data Documentation

◆ bounds

QSSGBounds3 QQuick3DBounds3::bounds { QVector3D{}, QVector3D{} }

Definition at line 57 of file qquick3dmodel_p.h.

Referenced by QQuick3DModel::setBounds().

Property Documentation

◆ maximum

QVector3D QQuick3DBounds3::maximum
read

Definition at line 42 of file qquick3dmodel_p.h.

Referenced by QQuick3DModel::setBounds().

◆ minimum

QVector3D QQuick3DBounds3::minimum
read

Definition at line 41 of file qquick3dmodel_p.h.

Referenced by QQuick3DModel::setBounds().


The documentation for this class was generated from the following file: