Improve the integer vector class

Issue #15 resolved
David Williams created an issue

We can use this class or something based on it:: http://www.volumesoffun.com/phpBB3/viewtopic.php?f=23&t=532

Comments (2)

  1. David Williams reporter

    Used the class from the forums with a couple of modifications to make it match Unity's Vector3 class slightly more closely.

    • Removed non-static version of DistanceSquared()
    • Added distance
    • Replaced GetHashCode() function.
  2. Log in to comment