Vector.fastNormalized

Faster but less accurate vector normalization.

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

Return Value

Type: Vector

Normalized vector.

Meta