menu
three_dart package
documentation
three3d/math/sphere.dart
Sphere
distanceToPoint method
distanceToPoint method
dark_mode
light_mode
distanceToPoint
method
double
distanceToPoint
(
Vector3
point
)
Implementation
double distanceToPoint(Vector3 point) { return (point.distanceTo(center) - radius); }
three_dart package
documentation
three3d/math/sphere
Sphere
distanceToPoint method
Sphere class