crashcat docs
    Preparing search index...

    Type Alias ConvexHullFace

    type ConvexHullFace = {
        firstVertex: number;
        numVertices: number;
    }
    Index

    Properties

    firstVertex: number

    index of the first vertex in the face

    numVertices: number

    number of vertices in this face