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