![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Representation of a 6 plane frustum. More...
#include <qssgfrustum_p.h>
Public Member Functions | |
| Q_ALWAYS_INLINE bool | contains (const QSSGBounds3 &box) const |
| Performs AABB test on bounds. | |
Public Attributes | |
| QSSGPlane | m_planes [6] |
| The six planes of frustum. | |
Representation of a 6 plane frustum.
Definition at line 29 of file qssgfrustum_p.h.
| Q_ALWAYS_INLINE bool QSSGFrustum::contains | ( | const QSSGBounds3 & | box | ) | const |
Performs AABB test on bounds.
Definition at line 40 of file qssgfrustum_p.h.
| QSSGPlane QSSGFrustum::m_planes[6] |
The six planes of frustum.
Definition at line 37 of file qssgfrustum_p.h.