menu
openworld package
documentation
three_dart/three3d/math/index.dart
Box2
translate method
translate method
dark_mode
light_mode
translate
method
Box2
translate
(
Vector2
offset
)
Implementation
Box2 translate(Vector2 offset) { min.add(offset); max.add(offset); return this; }
openworld package
documentation
three_dart/three3d/math/index
Box2
translate method
Box2 class