OBB Properties

The OBB type exposes the following members.

Properties
  NameDescription
Public propertyAxis0
Gets an axis parallel to one side of the OBB, a unit-length vector orthogonal to Axis1 and Axis2.
Public propertyAxis1
Gets an axis parallel to the second side of the OBB, a unit-length vector orthogonal to Axis0 and Axis2.
Public propertyAxis2
Gets an axis parallel to the third side of the OBB, a unit-length vector orthogonal to Axis0 and Axis1.
Public propertyCenter
Gets or sets the center point of the box.
Public propertyExtent0
Gets or sets the extent parallel to Axis0.
Public propertyExtent1
Gets or sets the extent parallel to Axis1.
Public propertyExtent2
Gets or sets the extent parallel to Axis2.
Top
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next