menu
three_dart package
documentation
three3d/math/plane.dart
Plane
distanceToSphere method
distanceToSphere method
dark_mode
light_mode
distanceToSphere
method
num
distanceToSphere
(
Sphere
sphere
)
Implementation
num distanceToSphere(Sphere sphere) { return distanceToPoint(sphere.center) - sphere.radius; }
three_dart package
documentation
three3d/math/plane
Plane
distanceToSphere method
Plane class