DBVTNode class

A node of the dynamic bounding volume tree.

Constructors

DBVTNode()

Properties

aabb ↔ AABB
The AABB of this node.
getter/setter pair
child1 ↔ DBVTNode?
The first child node of this node.
getter/setter pair
child2 ↔ DBVTNode?
The second child node of this node.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
height ↔ double
The maximum distance from leaf nodes.
getter/setter pair
parent ↔ DBVTNode?
The parent node of this tree.
getter/setter pair
proxy ↔ Proxy?
The proxy of this node. This has no value if this node is not leaf.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited