Vector.inverseLength

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

Return Value

Type: T

Inverse of Euclidean length.

Meta