Vector.normalise

Normalises vector

struct Vector(T, size_t N)
static if(isFloatingPoint!T)
alias normalise = normalize

Meta