OctreeNode class

Constructors

OctreeNode([AABB? box])

Properties

bounds AABB?
getter/setter pair
box AABB
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subTrees List<OctreeNode>
getter/setter pair
triangles List<Triangle>
getter/setter pair

Methods

addTriangle(Triangle triangle) → void
build() → void
calcBox() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
split(int level) → void
toString() String
A string representation of this object.
inherited

Operators

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