Types/vector: Difference between revisions

From Official Factorio Wiki
Jump to navigation Jump to search
m (Positive x goes towards east, positive y goes towards south.)
(Not a stub)
Line 1: Line 1:
{{stub}}
A vector is a two-element array containing the x and y components. Unlike Positions, vectors don't use the x, y keys. Positive x goes towards east, positive y goes towards south.  
A vector is a two-element array containing the x and y components. Unlike Positions, vectors don't use the x, y keys. Positive x goes towards east, positive y goes towards south.  



Revision as of 10:10, 18 June 2019

A vector is a two-element array containing the x and y components. Unlike Positions, vectors don't use the x, y keys. Positive x goes towards east, positive y goes towards south.

Example:

vector = {0, 12}

Example:

right = {1.0, 0.0}

See also