Type Alias BboxEdges

BboxEdges: {
    east: Line2D;
    north: Line2D;
    south: Line2D;
    west: Line2D;
}