menu
three_dart package
documentation
three3d/math/sphere.dart
Sphere
intersectsBox method
intersectsBox method
dark_mode
light_mode
intersectsBox
method
bool
intersectsBox
(
Box3
box
)
Implementation
bool intersectsBox(Box3 box) { return box.intersectsSphere(this); }
three_dart package
documentation
three3d/math/sphere
Sphere
intersectsBox method
Sphere class