The XOrientedBox type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XOrientedBox | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() ![]() | BitwiseAnd |
Tests whether the box1 and box2 have an intersection.
|
![]() | Clear |
Reset the box to be empty.
|
![]() | Equals | Overloaded. |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() ![]() | FromMesh |
Gets the oriented box from the mesh mesh.
|
![]() | GetAxes | Overloaded. |
![]() | 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. |
![]() | GetVertex |
Returns coordinates of the vertex number index.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | ToString | Returns the fully qualified type name of this instance. |
![]() ![]() | Transform | Overloaded. |
Operators
Name | Description | |
---|---|---|
![]() ![]() | 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
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Empty XOrientedBox oriented box.
|
Properties
Name | Description | |
---|---|---|
![]() | 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.
|