WorldToScreen typedef

WorldToScreen = Offset Function(double px, double py)

A function signature for converting world coordinates to screen coordinates.

Implementation

typedef WorldToScreen = Offset Function(double x, double y);