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