Back to class index
| OBB::FaceCenterPointSyntaxfloat4 OBB::FaceCenterPoint(int faceIndex) const; [15 lines of code]Returns the point at the center of the given face of this OBB. ParametersintfaceIndexThe index of the OBB face to generate the point at. The valid range is [0, 5]. See AlsoWork in progress:Todo: in float4 OBB::FaceCenterPoint(int faceIndex) const: Document which index generates which face. |