Properties
Category
English
Due On
2021-03-07
Similar Topics
Statistics
Comments
4
Participants
3
Subscribers
3
Votes
2
Views
537
Share
Answered
Hello!
I want to count how many points are in the polygon (include vertice and any point like the image point inside the polygon.
Thank you for your help!
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
Place all the points to be considered in a list (Li1).
Then use the following command:
countInPoly1 = Sum(Zip(IsInRegion(P, poly1), P, Li1))
Thank you for your help!
However, I still have some problems with the command, could you please help me again?
I have followed your guidance to create the list (Li1).
But I don't know what P refers to, please help.
countInPoly1=Sum(Zip(IsInRegion(P,poly1),P,Li1))
Thank you very much!
Comments have been locked on this page!