(defn curve-vertex "" ([^PApplet sketch x y] (.curveVertex sketch (float x) (float y))) ([^PApplet sketch x y z] (.curveVertex sketch (float x) (float y) (float z))))
Comments top
No comments for curve-vertex. Log in to add a comment.