|
enum | Intersection { OUTSIDE = 0
, INTERSECT = 1
, INSIDE = 2
} |
|
|
| Frustum (const ccGLMatrixd &modelViewMat, const ccGLMatrixd &projMat) |
|
Intersection | pointInFrustum (const CCVector3f &p) const |
|
Intersection | sphereInFrustum (const CCVector3f &c, float r) const |
|
Intersection | boxInFrustum (const AABox &box) const |
|
Intersection | boxInFrustum (const AACube &cube) const |
|
|
enum | PLANE {
TOP = 0
, BOTTOM = 1
, LEFT = 2
, RIGHT = 3
,
NEARP = 4
, FARP = 5
} |
|
|
template<typename T > |
void | initfromMPMatrix (const ccGLMatrixTpl< T > &MP) |
|
The documentation for this class was generated from the following file: