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