earclip - v1.2.0
    Preparing search index...

    Interface EarclipResult

    Result from earclip tesselation

    interface EarclipResult {
        indices: number[];
        vertices: number[];
    }
    Index

    Properties

    Properties

    indices: number[]

    The indices of the triangulation

    vertices: number[]

    The flattened vertices