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

Polyline intersection #52

Closed
sunnypatel165 opened this issue May 28, 2019 · 2 comments
Closed

Polyline intersection #52

sunnypatel165 opened this issue May 28, 2019 · 2 comments

Comments

@sunnypatel165
Copy link

As already highlighted in #44 - there are quite a few C++ boolean functions missing from this port. e.g. one that I was looking at right now was Polyline intersecting another Polyline(and others soon)

I see the following:

// TODO(roberts): Differences from C++.
// Suffix
// Interpolate/UnInterpolate
// Intersects(Polyline) --> One I am interested in 

Do we have a list of all remaining tasks? Is anyone actively working on them? Or, is there any rough timeline of when we plan to add these features? :)

@dsymonds
Copy link
Contributor

I think most files that correspond to equivalent C++ files have a TODO list like that, but the top-level README lists the parity relative to C++. Some are being worked on. There isn't a timeline.

@dsymonds
Copy link
Contributor

See 93f1d80, which adds Polyline.Intersects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants