Vector: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Add page.)
m (fix see also)
Line 4: Line 4:


== See also ==
== See also ==
[[OOP]]
* [[OOP]]
[[OOP Introduction]]
* [[OOP Introduction]]
[[Matrix]]
* [[Matrix]]

Revision as of 18:34, 22 November 2014

A vector can be used to represent a position in the 2D or 3D world. The types of vectors are:

See also