Definition at line 67 of file math_geometry.h.
|
void | Set (f32 fovy, f32 aspect, f32 n, f32 f, const MTX34 &rCamMtx) |
|
void | Set (f32 t, f32 b, f32 l, f32 r, f32 n, f32 f, const MTX34 &rCamMtx) |
|
IntersectionResult | IntersectAABB_Ex (const AABB *pBox) const |
|
|
enum | Point {
POINT_NEAR_TL
,
POINT_NEAR_TR
,
POINT_NEAR_BR
,
POINT_NEAR_BL
,
POINT_FAR_TL
,
POINT_FAR_TR
,
POINT_FAR_BR
,
POINT_FAR_BL
,
POINT_MAX
} |
|
enum | Plane {
PLANE_L
,
PLANE_R
,
PLANE_N
,
PLANE_F
,
PLANE_T
,
PLANE_B
,
PLANE_MAX
} |
|
◆ Point
enum nw4r::math::FRUSTUM::Point |
|
private |
◆ Plane
enum nw4r::math::FRUSTUM::Plane |
|
private |
◆ mCamMtx
MTX34 nw4r::math::FRUSTUM::mCamMtx |
|
private |
◆ mPlaneL
PLANE nw4r::math::FRUSTUM::mPlaneL |
|
private |
◆ mPlaneR
PLANE nw4r::math::FRUSTUM::mPlaneR |
|
private |
◆ mPlaneT
PLANE nw4r::math::FRUSTUM::mPlaneT |
|
private |
◆ mPlaneB
PLANE nw4r::math::FRUSTUM::mPlaneB |
|
private |
◆ mNearZ
f32 nw4r::math::FRUSTUM::mNearZ |
|
private |
◆ mFarZ
f32 nw4r::math::FRUSTUM::mFarZ |
|
private |
◆ mBox
AABB nw4r::math::FRUSTUM::mBox |
|
private |
◆ mPlanes
PLANE nw4r::math::FRUSTUM::mPlanes[PLANE_MAX] |
|
private |