#include <tgFrustum.h>
Public Member Functions | |
void | DrawFrustum () |
void | ExtractFrustum () |
bool | PointInFrustum (float x, float y, float z) |
bool | SphereInFrustum (float x, float y, float z, float radius) |
Private Attributes | |
float | frustum [6][4] |
mat4 | m_extrinsic |
mat4 | m_intrinsic |
Class tgFrustum.
Definition at line 21 of file tgFrustum.h.
void tgFrustum::DrawFrustum | ( | ) |
Definition at line 142 of file tgFrustum.cpp.
void tgFrustum::ExtractFrustum | ( | ) |
Definition at line 6 of file tgFrustum.cpp.
bool tgFrustum::PointInFrustum | ( | float | x, |
float | y, | ||
float | z | ||
) |
Definition at line 121 of file tgFrustum.cpp.
bool tgFrustum::SphereInFrustum | ( | float | x, |
float | y, | ||
float | z, | ||
float | radius | ||
) |
Definition at line 132 of file tgFrustum.cpp.
float TomGine::tgFrustum::frustum[6][4] [private] |
Definition at line 24 of file tgFrustum.h.
mat4 TomGine::tgFrustum::m_extrinsic [private] |
Definition at line 26 of file tgFrustum.h.
mat4 TomGine::tgFrustum::m_intrinsic [private] |
Definition at line 25 of file tgFrustum.h.