Skip to content

Releases: richardpiazza/GraphPoint

GraphPoint 5.0.0

26 Jun 21:18
f77bafb
Compare
Choose a tag to compare

This breaking version replaces all references to the Float data type with Double. This will offer greater flexibility in modern swift code which has automatic bridging between CGFloat and Double.

GraphPoint 4.0.0

30 Nov 14:55
cba4bfb
Compare
Choose a tag to compare

Migrates from the Graph naming to Cartesian naming for clarity.
Now relies on Swift2D package for simpler cross-platform usability without having to worry about CoreGraphics and Foundation differences.