Method GetSegments
GetSegments()
Gets the polygon edge segments in loop order.
public Line2D[] GetSegments()
Returns
- Line2D[]
An array of segments connecting each vertex to the previous vertex, with the first edge closing the loop.
Gets the polygon edge segments in loop order.
public Line2D[] GetSegments()
An array of segments connecting each vertex to the previous vertex, with the first edge closing the loop.