Normalize
From MaratisWiki
(Difference between revisions)
(Created page with "Returns a normalized vector : nvec = normalize(vec3(x, y, z))") |
Dahnielson (Talk | contribs) m |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{lua-function|normalize|vector}} | |
| − | + | Returns a normalized vector. | |
| + | |||
| + | {{lua-function-param|vector|vector to normalize}} | ||
| + | |||
| + | vec = normalize(vec3(x, y, z)) | ||
| + | |||
| + | [[Category:Lua scripting]] | ||
| + | [[Category:Lua function]] | ||
| + | [[Category:3D math]] | ||
Latest revision as of 18:54, 8 February 2014
normalize(vector)
Returns a normalized vector.
-
vector: vector to normalize
vec = normalize(vec3(x, y, z))