Created
September 7, 2017 10:50
-
-
Save njlr/3dd7382045ef4bd76af5cbde06e79ad7 to your computer and use it in GitHub Desktop.
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
| Vector2 v = { 1, 2 }; | |
| Vector2 u = { 3, 4 }; | |
| Vector2 w = v + w; // Much better! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment