Vector.normalized

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

Return Value

Type: Vector

normalizedFlag Copy of this Vector.

Meta