distanceTo method Null safety
- Vector4 arg
Distance from this to arg
Implementation
double distanceTo(Vector4 arg) => math.sqrt(distanceToSquared(arg));
Distance from this to arg
double distanceTo(Vector4 arg) => math.sqrt(distanceToSquared(arg));