Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QSSGFrustum Class Reference

Representation of a 6 plane frustum. More...

#include <qssgfrustum_p.h>

Collaboration diagram for QSSGFrustum:

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.

Detailed Description

Representation of a 6 plane frustum.

Definition at line 29 of file qssgfrustum_p.h.

Member Function Documentation

◆ contains()

Q_ALWAYS_INLINE bool QSSGFrustum::contains ( const QSSGBounds3 & box) const

Performs AABB test on bounds.

Definition at line 40 of file qssgfrustum_p.h.

Member Data Documentation

◆ m_planes

QSSGPlane QSSGFrustum::m_planes[6]

The six planes of frustum.

Definition at line 37 of file qssgfrustum_p.h.


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