s2json-spec - v1.9.0
    Preparing search index...

    Interface STPoint<M>

    A Point in S2 Space with a Face

    interface STPoint<M extends MValue = MValue> {
        face: Face;
        m?: M;
        s: number;
        t: number;
        z?: number;
    }

    Type Parameters

    Index

    Properties

    Properties

    face: Face

    The face of the point

    m?: M

    The M coordinates of the point

    s: number

    The S coordinates of the point

    t: number

    The T coordinates of the point

    z?: number

    The Z coordinates of the point