The XOrientedBoxTree class represents the XOrientedBox oriented box tree.

The XOrientedBoxTree..::.Node type exposes the following members.

Methods

  NameDescription
Equals

Determines whether the specified Object is equal to the current Object.

(Inherited from Object.)
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.)
GetFace
Returns the face number.
GetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
ToString

Returns a String that represents the current Object.

(Inherited from Object.)

Properties

  NameDescription
Box
Gets or sets the XOrientedBox oriented box.
FaceCount
Returns the face count.
HasCollision
Indicates whether the node contains collisions.
Index
Returns the node number.
IsLeaf
Indicates whether the node is a tree leaf.
Left
Returns the XOrientedBoxTree..::.Node left node.
Right
Returns the XOrientedBoxTree..::.Node right node.
Tree
Returns the XOrientedBoxTree box tree where the node is located.

See Also