(defn triangle "" ([^PApplet sktch x1 y1 x2 y2 x3 y3] (.triangle sktch (float x1) (float y1) (float x2) (float y2) (float x3) (float y3))))
Comments top
No comments for triangle. Log in to add a comment.