relative property

Point<int> relative

The relative coordinates.

Implementation

Point<int> get relative => Point<int>(relativeX, relativeY);