Skip to content

Instantly share code, notes, and snippets.

@njlr
Created September 7, 2017 10:49
Show Gist options
  • Save njlr/eff79f63bf0f89751a5c1a1796ec1ad9 to your computer and use it in GitHub Desktop.
Save njlr/eff79f63bf0f89751a5c1a1796ec1ad9 to your computer and use it in GitHub Desktop.
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