menu
three_dart package
documentation
three3d/math/ray.dart
Ray
distanceToPoint method
distanceToPoint method
dark_mode
light_mode
distanceToPoint
method
double
distanceToPoint
(
Vector3
point
)
Implementation
double distanceToPoint(Vector3 point) { return Math.sqrt(distanceSqToPoint(point)); }
three_dart package
documentation
three3d/math/ray
Ray
distanceToPoint method
Ray class