Created
September 7, 2017 10:49
-
-
Save njlr/eff79f63bf0f89751a5c1a1796ec1ad9 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 = new Vector2(1, 2); | |
Vector2 u = new Vector2(3, 4); | |
Vector2 w = v.add(w); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment