(defn rotate "" ([^PApplet sketch angle] (.rotate sketch (float angle))) ([^PApplet sketch angle vx vy vz] (.rotate sketch (float angle) (float vx) (float vy) (float vz))))
Comments top
No comments for rotate. Log in to add a comment.