Main Content
poly2ccw
Convert polygon vertices to counterclockwise order
Description
Examples
Input Arguments
Output Arguments
Tips
You can specify geographic coordinates as input to the poly2ccw
function when the polygon does not cross the Antimeridian or contain a pole. A polygon
contains a pole when the longitude data spans 360 degrees. To use geographic coordinates as
input, specify x1
using the longitude vector and y1
using the latitude vector.
Version History
Introduced before R2006a