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