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