Getting the points of a Shape?
in
Programming Questions
•
3 years ago
I am able to draw a bezier shape using beginShape, endShape, vertex, bezierVertex. I would like to use points of the shape as a guide for objects to be drawn on the screen. How can I access the points of the shape, not merely have it drawn the screen?
1