menu
oimo_physics package
documentation
math/ray.dart
Ray
intersectsBox method
intersectsBox method
dark_mode
light_mode
intersectsBox
method
bool
intersectsBox
(
AABB
box
)
Implementation
bool intersectsBox(AABB box) { return intersectBox(box) != null; }
oimo_physics package
documentation
math/ray
Ray
intersectsBox method
Ray class