#include <CFrustum.h>
Public Member Functions | |
CPlane | GetPlane (zulong i) |
return thei-th plane | |
void | ExtractFrustum (const CMatrix &ProjectionMatrix) |
Exctracts the 6 equation from the projection matrix. | |
zint | PointInCFrustum (const CVector3 &v) const |
Verifica se un vertice e' contenuto nel CFrustum. | |
zint | SphereInCFrustum (const CVector3 &v, zfloat radius) const |
Verifica se una sfera e' contenuta nel CFrustum. |
Class for frustum management
|
Exctracts the 6 equation from the projection matrix.
|
|
return thei-th plane
|
|
Verifica se un vertice e' contenuto nel CFrustum. La funzione restituisce due valori:
La funzione prevede che i punti che giacciono sui |
|
Verifica se una sfera e' contenuta nel CFrustum. La funzione restituisce due valori:
Si tenga presente che l'ultimo piano e' il piano NEAR |