#include <AWorld.h>
Public Member Functions | |
| Frustum () | |
| void | InitReduce () |
| FrustumIntersectSphereResult | IntersectSphereReduce (const Toshi::TSphere &a_rSphere) |
| void | Transform (const Frustum &a_rFrustum, const Toshi::TMatrix44 &a_rMatrix) |
Public Attributes | |
| TUINT16 | aUnknown [6] |
| FrustumPlane | aFrustumPlanes [6] |
| Toshi::TPlane * | apActivePlanes [6] |
| TINT | iActivePlaneCount |
| Frustum::Frustum | ( | ) |
Definition at line 12 of file AWorld.cpp.
| void Frustum::InitReduce | ( | ) |
Definition at line 23 of file AWorld.cpp.
| FrustumIntersectSphereResult Frustum::IntersectSphereReduce | ( | const Toshi::TSphere & | a_rSphere | ) |
Definition at line 33 of file AWorld.cpp.
| void Frustum::Transform | ( | const Frustum & | a_rFrustum, |
| const Toshi::TMatrix44 & | a_rMatrix ) |
Definition at line 59 of file AWorld.cpp.
| FrustumPlane Frustum::aFrustumPlanes[6] |