![]() |
AABBTreeNode Class |
Namespace: Karamba.Utilities.AABBTrees
The AABBTreeNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | AABBTreeNode |
Initializes a new instance of the AABBTreeNode class.
create a new AABB tree node.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | intersect | true if the ray intersects the AABB-tree. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | left | AABB-tree to the left. |
![]() | lx | lower limit of x-coordinates. |
![]() | ly | lower limit of y-coordinates. |
![]() | lz | lower limit of z-coordinates. |
![]() | right | AABB-tree to the right. |
![]() | tris | lis of triangles. |
![]() | ux | upper limit of x-coordinates. |
![]() | uy | upper limit of y-coordinates. |
![]() | uz | upper limit of z-coordinates. |