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