menu
oimo_physics package
documentation
shape/capsule_shape.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); }
oimo_physics package
documentation
shape/capsule_shape
Capsule
translate method
Capsule class