Difference between revisions of "VectorA:normalize"
From ComputerCraft Wiki
(Changing number to number) |
|||
| Line 2: | Line 2: | ||
{{Function | {{Function | ||
|name=vector:normalize | |name=vector:normalize | ||
| − | |returns= | + | |returns={{type|number}} |
|api=vector | |api=vector | ||
|addon=ComputerCraft | |addon=ComputerCraft | ||
Latest revision as of 14:50, 18 July 2013
| Returns a normalized representation of the vector. | |
| Syntax | vector:normalize() |
| Returns | number |
| Part of | ComputerCraft |
| API | vector |
Examples