Vector.normalize

Normalize this.

struct Vector(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
static if(isFloatingPoint!E)
void
normalize
()
()
if (
D >= 1 &&
(
!normalizedFlag ||
isFloatingPoint!E
)
)

Meta