Perseus
    Preparing search index...
    type PerseusGraphTypeRay = {
        coords?: CollinearTuple | null;
        startCoords?: CollinearTuple;
        type: "ray";
    }
    Index

    Properties

    coords?: CollinearTuple | null

    Expects a list of 2 Coords

    startCoords?: CollinearTuple

    The initial coordinates the graph renders with.

    type: "ray"