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