Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface PolygonVertexOptions

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

    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.