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