Vector3: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(I might have forgot some - please add the others if that's the case.)
 
m (Redirected page to Vector/Vector3)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
__NOTOC__
#REDIRECT [[Vector/Vector3]]
[[Category:Incomplete]]
The Vector3 class is a class introduced in 1.4
 
===Methods===
 
*[[Vector3.create|create]]
*[[Vector3.getX|getX]]
*[[Vector3.getY|getY]]
*[[Vector3.getZ|getZ]]
*[[Vector3.getNormalized|getNormalized]]
*[[Vector3.getSquaredLength|getSquaredLength]]
*[[Vector3.getLength|getLength]]
*[[Vector3.normalize|normalize]]
*[[Vector3.dot|dot]]
*[[Vector3.cross|cross]]
*[[Vector3.setX|setX]]
*[[Vector3.setY|setY]]
*[[Vector3.setZ|setZ]]
 
===Variables===
 
*[[Vector3.x|x]]
*[[Vector3.y|y]]
*[[Vector3.z|z]]
*[[Vector3.normalized|normalized]]
*[[Vector3.length|length]]
*[[Vector3.squaredLength|squaredLength]]

Latest revision as of 18:36, 22 November 2014

Redirect to: