Vector.inverseMagnitude

Inverse Euclidean length of the vector

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

Return Value

Type: T

Inverse of Euclidean length.

Meta