Interface STPoint

A Point in S2 Space with a Face

interface STPoint {
    face: Face;
    m?: Properties;
    s: number;
    t: number;
    z?: number;
}

Properties

Properties

face: Face

The face of the point

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