Vector3T.Normalize

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

Return Value

Type: GVector

A normalized version of this vector.

Meta