Eulergraph
    Preparing search index...

    Type Alias BboxEdges

    type BboxEdges = {
        east: Line2D;
        north: Line2D;
        south: Line2D;
        west: Line2D;
    }
    Index

    Properties

    Properties

    east: Line2D
    north: Line2D
    south: Line2D
    west: Line2D