interface Box2 {
    lower: Point2;
    upper: Point2;
}

Properties

Properties

lower: Point2
upper: Point2