interface PolygonVertexOptions {
    distance?: number;
    index?: number;
    round?: boolean;
}

Properties

distance?: number

A known distance from a polygon origin to this vertex.

index?: number

An integer index of this vertex in an ordered sweep.

round?: boolean

Whether to round the input {x,y} coordinates provided.