menu
three_js_math package
documentation
objects/plane.dart
Plane
intersectsBox method
intersectsBox method
dark_mode
light_mode
intersectsBox
method
bool
intersectsBox
(
BoundingBox
box
)
Implementation
bool intersectsBox(BoundingBox box) { return box.intersectsPlane(this); }
three_js_math package
documentation
objects/plane
Plane
intersectsBox method
Plane class