Math3D Full Project API
    Preparing search index...

    Type Alias FundamentalDiagramVertex

    type FundamentalDiagramVertex = {
        id: string;
        x: number;
        y: number;
    }
    Index

    Properties

    id x y

    Properties

    id: string
    x: number
    y: number