Difference between revisions of "VectorA:cross"
From ComputerCraft Wiki
Line 39: | Line 39: | ||
[[Category:API_Functions]] | [[Category:API_Functions]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 14:02, 23 February 2013
Function vector:cross | |
Returns the vector which resulted in the cross product of the two vectors. | |
Syntax | vector:cross(vector vect) |
Returns | vector |
Part of | ComputerCraft |
API | vector |
Examples