Vector.distanceTo

struct Vector(T, int N)
nothrow @nogc pure const nothrow
static if(isFloatingPoint!T)
T
distanceTo

Return Value

Type: T

Euclidean distance between this and other.

Meta