Back to class index
| OBB::FacePlaneSyntaxPlane OBB::FacePlane(int faceIndex) const; [14 lines of code]Returns the plane of the given face of this OBB. The normal of the plane points outwards from this OBB, i.e. towards the space that is not part of the OBB. ParametersintfaceIndexThe index of the face to get, in the range [0, 5]. See Also |