(defn dist "" ([a b x y] (PApplet/dist (float a) (float b) (float x) (float y))) ([a b c x y z] (PApplet/dist (float a) (float b) (float c) (float x) (float y) (float z))))
Comments top
No comments for dist. Log in to add a comment.