Vector.fastNormalize

Faster but less accurate in-place normalization.

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

Meta