Skip to content

Instantly share code, notes, and snippets.

@macalinao
Created December 28, 2011 07:51
Show Gist options
  • Save macalinao/1527023 to your computer and use it in GitHub Desktop.
Save macalinao/1527023 to your computer and use it in GitHub Desktop.
a = Vector3.Up;
b = Vector3.Right;
boolean result = a.equals(b);
assertFalse(result);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment