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