Vector.normalized

Returns normalized vector.

struct Vector(T, ubyte N)
const
static if(isFloatingPoint!T)
normalized
()
if (
N >= 2 &&
N <= 4
)

Meta