Exemplo n.º 1
0
 def __init__(self, x1, x2, y1, y2, r):
     self.shape = Geometry.get_triangle_static(x1, x2, y1, y2, r)
     self.points = self.shape[1]
     self.angle = self.shape[0]
     self.sides = self.shape[2]