menu
three_dart package
documentation
three3d/math/sphere.dart
Sphere
isEmpty method
isEmpty method
dark_mode
light_mode
isEmpty
method
bool
isEmpty
(
)
Implementation
bool isEmpty() { return (radius < 0); }
three_dart package
documentation
three3d/math/sphere
Sphere
isEmpty method
Sphere class