menu
openworld package
documentation
three_dart/three3d/math/index.dart
Plane
intersectsSphere method
intersectsSphere method
dark_mode
light_mode
intersectsSphere
method
bool
intersectsSphere
(
Sphere
sphere
)
Implementation
bool intersectsSphere(Sphere sphere) { return sphere.intersectsPlane(this); }
openworld package
documentation
three_dart/three3d/math/index
Plane
intersectsSphere method
Plane class