Back to class index
| OBB::GetFacePlanesSyntaxvoid OBB::GetFacePlanes(Plane *outPlaneArray) const; [10 lines of code]Fills an array with all the six planes of this OBB. ParametersPlane *outPlaneArray [out]The array to write the planes to. Must have space for 6 elements. See Also |