![]() |
Qt 6.x
The Qt SDK
|
#include <qssgrenderclippingfrustum_p.h>
Collaboration diagram for QSSGClippingFrustum:Public Member Functions | |
| QSSGClippingFrustum ()=default | |
| QSSGClippingFrustum (const QMatrix4x4 &modelviewprojection, const QSSGClipPlane &nearPlane) | |
| bool | intersectsWith (const QSSGBounds3 &bounds) const |
| bool | intersectsWith (const QVector3D &point, float radius=0.0f) const |
Public Attributes | |
| QSSGClipPlane | mPlanes [6] |
Definition at line 120 of file qssgrenderclippingfrustum_p.h.
|
default |
| QT_BEGIN_NAMESPACE QSSGClippingFrustum::QSSGClippingFrustum | ( | const QMatrix4x4 & | modelviewprojection, |
| const QSSGClipPlane & | nearPlane | ||
| ) |
Definition at line 11 of file qssgrenderclippingfrustum.cpp.
References QSSGClipPlane::d, QMatrix4x4::data(), M, mPlanes, QSSGClipPlane::normal, and vec3::normalize().
Here is the call graph for this function:
|
inline |
Definition at line 128 of file qssgrenderclippingfrustum_p.h.
References ret.
Referenced by QSSGLayerRenderData::frustumCulling(), and QSSGLayerRenderData::frustumCullingInline().
Here is the caller graph for this function:
|
inline |
Definition at line 137 of file qssgrenderclippingfrustum_p.h.
References ret.
| QSSGClipPlane QSSGClippingFrustum::mPlanes[6] |
Definition at line 122 of file qssgrenderclippingfrustum_p.h.
Referenced by QSSGClippingFrustum().