Created
November 4, 2015 15:38
-
-
Save STRd6/0c8041cbe87b1acb8d8f to your computer and use it in GitHub Desktop.
Reflect Angle
This file contains hidden or 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
reflect = (normal, incident) -> | |
2 * normal - incident |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment