PShape coordinates?
in
Programming Questions
•
1 year ago
Hi there,
- PShape map = loadShape("map.svg");
- PShape shape = map.getChild("id");
How can I retrieve the X and Y coordinates of
shape at runtime (without a library)?
I'm sure I could determine the X and Y coordinates with access to the points of the shape. How might a guy go about pulling these points from a PShape?
Thanks very much!
1