Vector4T.Normalize

struct Vector4T(T)
@trusted nothrow
GVector
Normalize
()
if (
isNumeric!(T)
)

Return Value

Type: GVector

A normalized version of this vector.

Meta