(defn ortho "" ([^PApplet sketch ] (.ortho sketch)) ([^PApplet sketch l r b t near far] (.ortho sketch (float l) (float r) (float b) (float t) (float near) (float far))))
Comments top
No comments for ortho. Log in to add a comment.