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