Given a polygon reference and start offset, creates a polygon sequence of size polygonCnt
For example, let the source polygon be at location 's', polygonCnt be 3 and start offset be 10.
step size to be 3.
creates a sequence of polygons at locations: s+10, s+10+3, s+10+3+3
Given a polygon reference and start offset, creates a polygon sequence of size polygonCnt For example, let the source polygon be at location 's', polygonCnt be 3 and start offset be 10. step size to be 3. creates a sequence of polygons at locations: s+10, s+10+3, s+10+3+3
Returns
void