Inner points of an hexagon
in
Programming Questions
•
2 years ago
Hi,
I'm developing a software that draw a regular polygon based on an array of PVectors.
Now, I'd like to get a n random points from the area of the hexagon.
What is the best practice to do this?
1