The XOrientedBox type exposes the following members.

Constructors

  NameDescription
XOrientedBoxOverloaded.

Methods

  NameDescription
BitwiseAnd
Tests whether the box1 and box2 have an intersection.
Clear
Reset the box to be empty.
EqualsOverloaded.
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
FromMesh
Gets the oriented box from the mesh mesh.
GetAxesOverloaded.
GetAxis
Returns the axis according to the index.
GetHashCode
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().)
GetLocalVertex
Returns the Vector3 vertex local coordinate with the consecutive number index.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
GetVertex
Returns coordinates of the vertex number index.
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
ToString

Returns the fully qualified type name of this instance.

(Inherited from ValueType.)
TransformOverloaded.

Operators

  NameDescription
BitwiseAnd
Tests whether the box1 and box2 have an intersection.
Equality
Tests whether the instance a and the instance b are equal.
Inequality
Tests whether the instance a and the instance b are not equal.

Fields

  NameDescription
Empty
Empty XOrientedBox oriented box.

Properties

  NameDescription
Center
Gets the Vector3 center of the oriented box.
Extents
Gets the box extents.
IsEmpty
Indicates whether the XOrientedBox instance is empty.
LocalMaximum
Gets the box maximum local coordinates.
LocalMinimum
Gets the box minimum local coordinates.
Maximum
Gets the box maximum coordinates.
Minimum
Gets the box minimum coordinates.
Radius
Gets the oriented box radius.
RadiusSq
Gets the oriented box squared radius.
Size
Gets the box size.
Volume
Gets the box volume.

See Also