menu
openworld package
documentation
three_dart/three3d/math/index.dart
Sphere
translate method
translate method
dark_mode
light_mode
translate
method
Sphere
translate
(
Vector3
offset
)
Implementation
Sphere translate(Vector3 offset) { center.add(offset); return this; }
openworld package
documentation
three_dart/three3d/math/index
Sphere
translate method
Sphere class