Coordinates
Jump to navigation
Jump to search
Coordinates are used to store locations. They are represented as groups of numbers, one per dimension, which taken together can be used to find a location on a grid (or, less commonly, a line). Each value is relative to the current origin.
Coordinates in Source are (X,Y,Z)
, where X is right, Y is forward, and Z is up. (0,0,1)
, for example, is a point one unit directly above the origin.

Coordinates are often stored alongside a set of rotation angles.