1. 27 Feb, 2019 1 commit
  2. 26 Feb, 2019 5 commits
  3. 21 Feb, 2019 1 commit
  4. 20 Feb, 2019 2 commits
  5. 19 Feb, 2019 6 commits
  6. 18 Feb, 2019 1 commit
  7. 11 Feb, 2019 2 commits
  8. 09 Feb, 2019 1 commit
  9. 07 Feb, 2019 1 commit
  10. 06 Feb, 2019 1 commit
  11. 30 Jan, 2019 1 commit
  12. 23 Jan, 2019 2 commits
  13. 22 Jan, 2019 2 commits
  14. 17 Jan, 2019 1 commit
  15. 08 Jan, 2019 2 commits
  16. 21 Dec, 2018 2 commits
  17. 20 Dec, 2018 2 commits
    • peastman's avatar
      6f44f338
    • Jason Swails's avatar
      Improve vec3 (#2230) · 4eb893cf
      Jason Swails authored
      * Improve vec3
      
      * Added a ``__neg__`` operator overload so that -Vec3(1, 2, 3) returns
        the same thing as Vec3(-1, -2, -3)
      * Derived Vec3 from namedtuple instead of tuple. This allows you to
        access the 3 elements of the vector by name. i.e., vec.x, vec.y, vec.z
      
      * Make sure we use floating point division all the time.
      4eb893cf
  18. 18 Dec, 2018 2 commits
  19. 10 Dec, 2018 1 commit
  20. 05 Dec, 2018 2 commits
  21. 03 Dec, 2018 1 commit
  22. 30 Nov, 2018 1 commit