menu
bonfiremodify package
documentation
bonfire.dart
Vector4
distanceTo method
distanceTo method
dark_mode
light_mode
distanceTo
method
double
distanceTo
(
Vector4
arg
)
Distance from this to
arg
Implementation
double distanceTo(Vector4 arg) => math.sqrt(distanceToSquared(arg));
bonfiremodify package
documentation
bonfire
Vector4
distanceTo method
Vector4 class