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