Back to class index
| Frustum::GetPlanesSyntaxvoid Frustum::GetPlanes(Plane *outArray) const; [10 lines of code]Returns all six planes of this Frustum. The planes will be output in the order { near, far, left, right, top, bottom }. ParametersPlane *outArray [out]A pointer to an array of at least 6 elements. This pointer will receive the planes of this Frustum. This pointer may not be null. See Also |