Eulergraph
    Preparing search index...

    Type Alias Radii

    type Radii = {
        bottomLeft: PointLike;
        bottomRight: PointLike;
        topLeft: PointLike;
        topRight: PointLike;
    }
    Index

    Properties

    bottomLeft: PointLike
    bottomRight: PointLike
    topLeft: PointLike
    topRight: PointLike