Vector.fastInverseLength

Faster but less accurate inverse of Euclidean length.

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

Return Value

Type: T

Inverse of Euclidean length.

Meta