PixelCoord

Represents a location in continuous 2D space.

alias PixelCoord = Tuple!(float, "x", float, "y")

Meta