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