Vector.normalized

Returns a normalized copy of this Vector

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

Return Value

Type: Vector

Normalized vector.

Meta