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