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