The XOrientedBoxTree class represents the XOrientedBox oriented box tree.
The XOrientedBoxTree..::.Node type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Equals | (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. |
![]() | 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. |
![]() | GetType | Gets the Type of the current instance. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | 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.
|