Back to class index
| OBB::CenterPointSyntaxfloat4 OBB::CenterPoint() const; [4 lines of code]Returns the center point of this OBB in global (world) space of this OBB. Note The center point of this OBB in local space is always (r.x, r.y, r.z). See AlsoSyntaxfloat4 OBB::Centroid() const; [1 line of code]Returns the center of mass of this OBB. Note This function is identical to CenterPoint(), and is provided to ease template function implementations. See Also |