Back to class index
| Frustum::GetPlaneSyntaxPlane Frustum::GetPlane(int faceIndex) const; [14 lines of code]Returns the specified plane of this frustum. The normal vector of the returned plane points outwards from the volume inside the frustum. ParametersintfaceIndexA number in the range [0,5], which returns the plane at the selected index from the array { near, far, left, right, top, bottom }. See Also |