Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement func crosses(_ other: Geometry) -> Bool #69

Open
tonystone opened this issue May 16, 2016 · 1 comment
Open

Implement func crosses(_ other: Geometry) -> Bool #69

tonystone opened this issue May 16, 2016 · 1 comment

Comments

@tonystone
Copy link
Owner

tonystone commented May 16, 2016

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

@tonystone
Copy link
Owner Author

tonystone commented Apr 9, 2018

Add to protocol Geometry and all implementing types with the syntax:

    ///
    /// - Returns: true if this geometric object “spatially crosses" the other Geometry.
    ///
    func crosses(_ other: Geometry) -> Bool

@tonystone tonystone changed the title Create tests for func crosses(_ other: Geometry) -> Bool Implement func crosses(_ other: Geometry) -> Bool Apr 9, 2018
@tonystone tonystone added enhancement and removed task labels Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant