Guest User

Untitled

a guest
Nov 21st, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def draw(basic_child_triangles):
  2. # TODO add sorting here using Z index of central weight point
  3.  
  4. for triangle in basic_child_triangles:
  5. triangle.draw()
Add Comment
Please, Sign In to add comment