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