Vector.distanceTo

Returns Euclidean distance between this and other.

struct Vector(T, ubyte N)
const
static if(isFloatingPoint!T)
T
distanceTo
if (
N >= 2 &&
N <= 4
)

Meta