menu
three_dart_jsm package
documentation
three_dart_jsm/math/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_dart_jsm package
documentation
three_dart_jsm/math/capsule
Capsule
translate method
Capsule class