Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add Header-Only
point_polygon_distance
, add non-owning polygon objects #976Add Header-Only
point_polygon_distance
, add non-owning polygon objects #976Changes from all commits
965b80a
38af8e6
02f61fe
7bd797f
0968c15
a659eab
c274070
12ffa53
7490333
f665287
291f6e6
efa6883
23146ef
ead160a
09bd35f
92760d1
8acb5dc
a2b94fe
46a67fe
b725b52
cb5706a
ab59e7d
b136c0b
744f32f
bb6c637
756650b
8319e7c
86d36d9
7bf8cbf
ff48dc7
b4420a7
44e2843
57e6196
49972d4
f000e00
57504e6
4865922
cb627fc
dd5d446
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this compatibility layer needed somewhere?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In all existing brute force point_in_polygon APIs. Refactoring them to be all using OOP style input is out of scope.