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