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 overlaps(_ other: Geometry) -> Bool #72

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

Implement func overlaps(_ other: Geometry) -> Bool #72

tonystone opened this issue May 16, 2016 · 1 comment

Comments

@tonystone
Copy link
Owner

A comprehensive test suite needs to be developed for all variations of geometries for the overlaps 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 overlaps” the other Geometry.
    ///
    func overlaps(_ other: Geometry) -> Bool

@tonystone tonystone changed the title create tests for func overlaps(_ other: Geometry) -> Bool create func overlaps(_ other: Geometry) -> Bool Apr 9, 2018
@tonystone tonystone changed the title create func overlaps(_ other: Geometry) -> Bool Implement func overlaps(_ 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