Ejemplo n.º 1
0
 def test_plane_bounding_box(self):
     shape = Plane()
     box = shape.bounds_of()
     self.assertEqual(box.min, Point(-math.inf, 0, -math.inf))
     self.assertEqual(box.max, Point(math.inf, 0, math.inf))