menu
openworld package
documentation
three_dart/three3d/math/index.dart
Sphere
makeEmpty method
makeEmpty method
dark_mode
light_mode
makeEmpty
method
Sphere
makeEmpty
(
)
Implementation
Sphere makeEmpty() { center.set(0, 0, 0); radius = -1; return this; }
openworld package
documentation
three_dart/three3d/math/index
Sphere
makeEmpty method
Sphere class