Perseus
    Preparing search index...

    Type Alias PerseusGraphTypeLinearSystem

    type PerseusGraphTypeLinearSystem = {
        coords?: CollinearTuple[] | null;
        startCoords?: CollinearTuple[];
        type: "linear-system";
    }
    Index

    Properties

    coords?: CollinearTuple[] | null

    expects 2 sets of 2 coords

    startCoords?: CollinearTuple[]

    The initial coordinates the graph renders with.

    type: "linear-system"