(defn norm "Normalize a value to exist between 0 and 1 (inclusive)." [val start stop] (PApplet/norm (float val) (float start) (float stop)))
Comments top
No comments for norm. Log in to add a comment.