Math.length

From GiderosMobile
Revision as of 10:04, 26 August 2020 by Hgy29 (talk | contribs) (→‎Parameters)


Available since: Gideros 2020.9
Class: math

Description

Returns the length of a vector.

(number) = math.length(x,y,z)
(number) = math.length({x,y,z})
(number) = math.length({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 length of the vector