Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 918 Bytes

coordinate.md

File metadata and controls

26 lines (14 loc) · 918 Bytes

coordinate

An object containing the Coordinate class, which is a utility for aiding the conversion between coordinates in Grafer space to coordinates in screen space. It also contains various enums to change Coordinate class behaviour when it is given points with non-zero radii as input, useful for finding points in screen space at the border of nodes rather than at the center.


Properties

Coordinate

Coordinate

A class which contains methods to perform the coordinate space conversion.

See Coordinate for more information.

PixelCoordXPosition

An enum used to specify how point radii is handled in the x-axis.

See PixelCoordXPosition for more information.

PixelCoordYPosition

An enum used to specify how point radii is handled in the y-axis.

See PixelCoordYPosition for more information.