menu
yuka package
documentation
math/bvh.dart
BVHNode
root method
root method
dark_mode
light_mode
root
method
bool
root
(
)
Returns true if this BVH node is a root node.
Implementation
bool root() { return parent == null; }
yuka package
documentation
math/bvh
BVHNode
root method
BVHNode class