menu
three_js_math package
documentation
bounds/bounding_sphere.dart
BoundingSphere
isEmpty method
isEmpty method
dark_mode
light_mode
isEmpty
method
bool
isEmpty
(
)
Implementation
bool isEmpty() { return (radius < 0 ); }
three_js_math package
documentation
bounds/bounding_sphere
BoundingSphere
isEmpty method
BoundingSphere class