menu
yuka package
documentation
math/bvh.dart
BVHNode
sortPrimitives method
sortPrimitives method
dark_mode
light_mode
sortPrimitives
method
int
sortPrimitives
(
dynamic
a
,
dynamic
b
)
Implementation
int sortPrimitives( a, b ) { return (a['p'] - b['p']).toInt(); }
yuka package
documentation
math/bvh
BVHNode
sortPrimitives method
BVHNode class