menu
three_js_objects package
documentation
octree/capsule.dart
Capsule
translate method
translate method
dark_mode
light_mode
translate
method
void
translate
(
Vector3
v
)
Implementation
void translate(Vector3 v){ start.add(v); end.add(v); }
three_js_objects package
documentation
octree/capsule
Capsule
translate method
Capsule class