Created
October 28, 2022 08:34
-
-
Save nkint/077b6deccdf61351f016dee5b83a2021 to your computer and use it in GitHub Desktop.
map fit mapLinear implementations
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
umbrella: | |
https://github.com/thi-ng/umbrella/blob/develop/packages/math/src/fit.ts | |
arduino: | |
https://github.com/arduino/ArduinoCore-avr/blob/master/cores/arduino/WMath.cpp#L52 | |
p5: | |
https://github.com/processing/p5.js/blob/main/src/math/calculation.js#L448 | |
openframework: | |
https://github.com/openframeworks/openFrameworks/blob/master/libs/openFrameworks/math/ofMath.cpp#L79 | |
three.js | |
https://github.com/mrdoob/three.js/blob/dev/src/math/MathUtils.js#L41 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
processing:
https://github.com/processing/processing/blob/8b15e4f548c1426df3a5ebe4c2106619faf7c4ba/core/src/processing/core/PApplet.java#L5072