Types/vector

From Official Factorio Wiki
Revision as of 16:22, 19 October 2017 by Bilka (talk | contribs) (Positive x goes towards east, positive y goes towards south.)
Jump to navigation Jump to search
No-building-material-icon.png
This article is a stub, and not comprehensive.
You can help this wiki by expanding it.

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