navcat docs
    Preparing search index...

    Type Alias HeightfieldSpan

    type HeightfieldSpan = {
        area: number;
        max: number;
        min: number;
        next: HeightfieldSpan | null;
    }
    Index

    Properties

    Properties

    area: number

    the area id assigned to the span

    max: number

    the upper limit of the span

    min: number

    the lower limit of the span

    next: HeightfieldSpan | null

    the next heightfield span