menu
three_dart package
documentation
three3d/math/sphere.dart
Sphere
intersectsPlane method
intersectsPlane method
dark_mode
light_mode
intersectsPlane
method
bool
intersectsPlane
(
Plane
plane
)
Implementation
bool intersectsPlane(Plane plane) { return Math.abs(plane.distanceToPoint(center)) <= radius; }
three_dart package
documentation
three3d/math/sphere
Sphere
intersectsPlane method
Sphere class