Skip to content

Commit

Permalink
Merge branch 'master' of github.com:openframeworks/ofSite
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoc committed Jun 9, 2012
2 parents 90945bf + 499e72f commit a791375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _documentation/math/ofMath_functions.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ _advanced: False_
_description: _


ofMap remaps the value passed in "value", calculating it's linear distance between inputMin and inputMax, and remapping it based on that percentage to outputMin and outputMax. You can choose to clamp the results. Results are not clamped by dafult.
ofMap remaps the value passed in "value", calculating it's linear distance between inputMin and inputMax, and remapping it based on that percentage to outputMin and outputMax. You can choose to clamp the results. Results are not clamped by default.

For example:

Expand Down

0 comments on commit a791375

Please sign in to comment.