issues
search
tonystone
/
geofeatures2
A lightweight, high performance geometry library in Swift.
Apache License 2.0
19
stars
4
forks
source link
Redesign structure
#176
Closed
tonystone
closed
6 years ago
tonystone
commented
6 years ago
Dropped generics (CoordinateType) from Geometry shapes.
Redesigned constructors.
Removed TupleConvertable.
Removed CopyConvertable.
Removed ArrayConstructable.
Introduced CoordinateCollection as the main coordinate internal representation.
Removed unused AVLTree (please include tonystone/avltree-swift if it is required in the future).
Fixed WKTWriter ZM emission.