Difference between revisions of "VectorA:add"
From ComputerCraft Wiki
Line 6: | Line 6: | ||
|api=vector | |api=vector | ||
|addon=ComputerCraft | |addon=ComputerCraft | ||
− | |desc= | + | |desc=Adds the two vectors and returns the resulting vector. |
|examples= | |examples= | ||
{{Example | {{Example |
Latest revision as of 11:58, 23 February 2013
Function vector:add | |
Adds the two vectors and returns the resulting vector. | |
Syntax | vector:add(vector vect) |
Returns | vector |
Part of | ComputerCraft |
API | vector |