interface Box3 {
    lower: Point3;
    upper: Point3;
}

Properties

Properties

lower: Point3
upper: Point3