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