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

    Properties

    coords?: [Coord, Coord, Coord] | null

    expects a list of 3 coords

    startCoords?: [Coord, Coord, Coord]

    The initial coordinates the graph renders with.

    type: "quadratic"