Skip to content

check if a point is inside a polygon #43

Closed Answered by ahawlitschek
amkfat asked this question in Q&A
Discussion options

You must be logged in to vote

Short further explanation:

If you look into the following readme section you can see the differences when creating points.

There is the normal Point::make(...) function, which accepts x,y,z and then the Point::makeGeodetic(...) which accepts latitude, longitude.

We added the makeGeodetic function, because a lot of people will use WGS84 as Projection. And we wanted to input to be latitude, longitude instead of longitude, latitude.

Remember:
Latitude -> y
Longitude -> x

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@amkfat
Comment options

Comment options

You must be logged in to vote
1 reply
@amkfat
Comment options

Answer selected by amkfat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants