Tony Stone

Results 32 issues of 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...

enhancement

A comprehensive test suite needs to be developed for all variations of geometries for the `overlaps` function.

enhancement

A comprehensive test suite needs to be developed for all variations of geometries for the `contains` function.

enhancement

A comprehensive test suite needs to be developed for all variations of geometries for the `within` function.

enhancement

A comprehensive test suite needs to be developed for all variations of geometries for the `crosses` function.

enhancement

A comprehensive test suite needs to be developed for all variations of geometries for the `touches` function.

enhancement

A comprehensive test suite needs to be developed for all variations of geometries for the `disjoint` function.

enhancement

A comprehensive test suite needs to be developed for all variations of geometries for the `relate` function.

enhancement

Add to protocol `Geometry` and all implementing types with the syntax: ``` public func distance(other: Geometry) -> Distance ```

enhancement

Add to protocol `Geometry` and all implementing types with the syntax: ``` func symDifference(other: Geometry) -> Geometry ```

enhancement