menu
openworld package
documentation
three_dart/three3d/math/index.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); }
openworld package
documentation
three_dart/three3d/math/index
Plane
intersectsBox method
Plane class