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