Click or drag to resize

AABBTreeNode Class

Node of an AABB Tree.
Inheritance Hierarchy
SystemObject
  Karamba.Utilities.AABBTreesAABBTreeNode

Namespace:  Karamba.Utilities.AABBTrees
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class AABBTreeNode

The AABBTreeNode type exposes the following members.

Constructors
  NameDescription
Public methodAABBTreeNode
Initializes a new instance of the AABBTreeNode class. create a new AABB tree node.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodintersect
true if the ray intersects the AABB-tree.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldleft
AABB-tree to the left.
Public fieldlx
lower limit of x-coordinates.
Public fieldly
lower limit of y-coordinates.
Public fieldlz
lower limit of z-coordinates.
Public fieldright
AABB-tree to the right.
Public fieldtris
lis of triangles.
Public fieldux
upper limit of x-coordinates.
Public fielduy
upper limit of y-coordinates.
Public fielduz
upper limit of z-coordinates.
Top
See Also