menu
oimo_physics package
documentation
shape/sphere_shape.dart
Sphere
intersectsBox method
intersectsBox method
dark_mode
light_mode
intersectsBox
method
bool
intersectsBox
(
AABB
box
)
Implementation
bool intersectsBox(AABB box) { return box.intersectsSphere(this); }
oimo_physics package
documentation
shape/sphere_shape
Sphere
intersectsBox method
Sphere class