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