menu
three_dart package
documentation
three3d/math/plane.dart
Plane
intersectsBox method
intersectsBox method
dark_mode
light_mode
intersectsBox
method
bool
intersectsBox
(
Box3
box
)
Implementation
bool intersectsBox(Box3 box) { return box.intersectsPlane(this); }
three_dart package
documentation
three3d/math/plane
Plane
intersectsBox method
Plane class