menu
three_js_math package
documentation
objects/ray.dart
Ray
intersectsBox method
intersectsBox method
dark_mode
light_mode
intersectsBox
method
bool
intersectsBox
(
BoundingBox
box
)
Implementation
bool intersectsBox(BoundingBox box) { return intersectBox(box, _vector) != null; }
three_js_math package
documentation
objects/ray
Ray
intersectsBox method
Ray class