Vector/Vector3: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (Undo revision 44192 by AlexTMjugador (talk))
Line 4: Line 4:


===Methods===
===Methods===
{{Vector3 methods}}
*[[Vector3.create|create]]
*[[Vector3.cross|cross]]
*[[Vector3.dot|dot]]
*[[Vector3.normalize|normalize]]
 
*[[Vector3.getX|getX]]
*[[Vector3.getY|getY]]
*[[Vector3.getZ|getZ]]
*[[Vector3.getNormalized|getNormalized]]
*[[Vector3.getSquaredLength|getSquaredLength]]
*[[Vector3.getLength|getLength]]
 
*[[Vector3.setX|setX]]
*[[Vector3.setY|setY]]
*[[Vector3.setZ|setZ]]


[[ru:Vector/Vector3]]
[[ru:Vector/Vector3]]

Revision as of 21:22, 2 February 2015

The vector3 class represents a three-dimensional vector.

Methods