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