menu
three_dart package
documentation
three3d/math/plane.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); }
three_dart package
documentation
three3d/math/plane
Plane
intersectsSphere method
Plane class