Skip to content

Instantly share code, notes, and snippets.

@njlr
Created September 7, 2017 10:50
Show Gist options
  • Select an option

  • Save njlr/3dd7382045ef4bd76af5cbde06e79ad7 to your computer and use it in GitHub Desktop.

Select an option

Save njlr/3dd7382045ef4bd76af5cbde06e79ad7 to your computer and use it in GitHub Desktop.
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