Math.normalize

From GiderosMobile

Available since: Gideros 2020.9
Class: math

Description

Normalizes a vector.

(number),(number),(number) = math.normalize(x,y,z)
(table) = math.normalize({x,y,z})
(table) = math.normalize({x=x,y=y,z=z})

Parameters

x: (number) X component of the vector
y: (number) Y component of the vector
z: (number) Z component of the vector optional

Return values

Returns (number) the normalized vector