Versions in this module Expand all Collapse all v1 v1.0.1 Feb 29, 2024 v1.0.0 Feb 29, 2024 Changes in this version + type Point struct + X Pt + Y Pt + func (p Point) String() string + type Pt float32 + func (p Pt) Px(pixelsPerPt float32) float32 + func (p Pt) String() string + type Rectangle struct + Max Point + Min Point + func (r Rectangle) String() string