Question: How can one position a polygon relative to one of it’s known vertice points?
In other words how could I calculate where the auto generated center of the polygon is relative to one of the known vertices (i.e. used in the path)?
e.g. Image placing a specific shape on a map which you make polygon, you then want to position it on the map, however you can’t do this accurately without knowing where it’s Corona engine created centre is. Extract from API: “The local origin is at the center of the polygon and the anchor point is initialized to this local origin.”
PS Actually wondering if I should be using a line and appending points to create effectively a polygon, however perhaps you can’t add background color in this case(?)