Tony Stone
Tony Stone
Add to protocol `Geometry` and all implementing types with the syntax: ``` /// /// - Returns: true if this GeometryType instance has no anomalous geometric points, such /// as self...
A comprehensive test suite needs to be developed for all variations of geometries for the `overlaps` function.
A comprehensive test suite needs to be developed for all variations of geometries for the `contains` function.
A comprehensive test suite needs to be developed for all variations of geometries for the `within` function.
A comprehensive test suite needs to be developed for all variations of geometries for the `crosses` function.
A comprehensive test suite needs to be developed for all variations of geometries for the `touches` function.
A comprehensive test suite needs to be developed for all variations of geometries for the `disjoint` function.
A comprehensive test suite needs to be developed for all variations of geometries for the `relate` function.
Add to protocol `Geometry` and all implementing types with the syntax: ``` public func distance(other: Geometry) -> Distance ```
Add to protocol `Geometry` and all implementing types with the syntax: ``` func symDifference(other: Geometry) -> Geometry ```