1. 06 Aug, 2019 1 commit
  2. 03 Aug, 2019 1 commit
  3. 02 Aug, 2019 1 commit
  4. 01 Aug, 2019 1 commit
  5. 31 Jul, 2019 1 commit
  6. 30 Jul, 2019 2 commits
  7. 29 Jul, 2019 1 commit
  8. 21 Jul, 2019 1 commit
  9. 12 Jul, 2019 1 commit
  10. 15 Jun, 2019 1 commit
  11. 06 Jun, 2019 1 commit
  12. 03 Jun, 2019 1 commit
  13. 08 May, 2019 1 commit
  14. 16 Apr, 2019 2 commits
  15. 22 Mar, 2019 1 commit
  16. 05 Mar, 2019 5 commits
  17. 01 Mar, 2019 1 commit
  18. 27 Feb, 2019 3 commits
  19. 26 Feb, 2019 4 commits
  20. 20 Feb, 2019 1 commit
  21. 19 Feb, 2019 5 commits
  22. 18 Feb, 2019 1 commit
  23. 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
  24. 10 Dec, 2018 1 commit