(defn arc "" ([sketch a b c d start stop] (.arc sketch (float a)(float b) (float c) (float d) (float start) (float stop))))
Comments top
No comments for arc. Log in to add a comment.