Properties
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
2
Votes
2
Views
1202
Share

How to convert the vertices of a polygon object to a list of points?
Answered
How to convert the vertices of a polygon object (triangle, quadrilateral, pentagon, hexagon, heptagono, etc.) to a list of points and then a matrix of two rows and n columns of each with each vertex in the list.
a=polygon((1,2),(3,4),(5,1))
la=unknownfunction(a)
la={(1,2),(3,4),(5,1)}
mp=unknownfunction2(la)
mp={{1,3,5},{2,4,1}}
- 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
like this.
like this.
Comments have been locked on this page!