Perseus
    Preparing search index...
    type PerseusGraphTypeTangent = {
        coords?: Coord[] | null;
        startCoords?: Coord[];
        type: "tangent";
    }
    Index

    Properties

    coords?: Coord[] | null
    startCoords?: Coord[]
    type: "tangent"