Menu

Triangle

Nicolas Hainaux
Attachments
memo_triangle.png (18156 bytes)
There is a newer version of this page. You can find it here.

Possible args for __init__():

Fields:

  • vertex0, vertex1, vertex2: (read-only) the vertices of the Triangle (as Points)
  • vertices: (read-only) the vertices of the Triangle (as a list of Points)
  • angle0, angle1, angle2: (read-only) the angles of the Triangle (as Angles)
  • angles: (read-only) the angles of the Triangle (as a list of Angles)
  • side0, side1, side2: (read-only) the sides of the Triangle (as Segments)
  • sides: (read-only) the sides of the Triangle (as a list of Segments)

Debugging info: no dbg_str() method, so far

Check Triangle's complete doc

Back