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