navcat docs
    Preparing search index...

    Type Alias Contour

    type Contour = {
        area: number;
        nRawVertices: number;
        nVertices: number;
        rawVertices: number[];
        reg: number;
        vertices: number[];
    }
    Index

    Properties

    area: number

    the area id of the contour

    nRawVertices: number

    the number of vertices in the raw contour

    nVertices: number

    the number of vertices in the simplified contour

    rawVertices: number[]

    raw contour vertex and connection data

    reg: number

    the region id of the contour

    vertices: number[]

    simplified contour vertex and connection data. size: 4 * nVerts