menu
three_dart package
documentation
three3d/math/box3.dart
Box3
translate method
translate method
dark_mode
light_mode
translate
method
Box3
translate
(
Vector3
offset
)
Implementation
Box3 translate(Vector3 offset) { min.add(offset); max.add(offset); return this; }
three_dart package
documentation
three3d/math/box3
Box3
translate method
Box3 class