menu
three_js_math package
documentation
objects/plane.dart
Plane
intersectsSphere method
intersectsSphere method
dark_mode
light_mode
intersectsSphere
method
bool
intersectsSphere
(
BoundingSphere
sphere
)
Implementation
bool intersectsSphere(BoundingSphere sphere) { return sphere.intersectsPlane(this); }
three_js_math package
documentation
objects/plane
Plane
intersectsSphere method
Plane class