menu
three_dart package
documentation
three3d/math/sphere.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; }
three_dart package
documentation
three3d/math/sphere
Sphere
translate method
Sphere class