DBVTProxy class

A proxy for dynamic bounding volume tree broad-phase.

Inheritance

Constructors

DBVTProxy(Shape shape)
A proxy for dynamic bounding volume tree broad-phase.

Properties

aabb AABB
The axis-aligned bounding box.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
leaf DBVTNode
The leaf of the proxy.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shape Shape
The parent shape.
getter/setter pairinherited

Methods

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

Operators

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