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