1. 26 Feb, 2019 5 commits
  2. 21 Feb, 2019 1 commit
  3. 20 Feb, 2019 2 commits
  4. 19 Feb, 2019 6 commits
  5. 18 Feb, 2019 1 commit
  6. 11 Feb, 2019 2 commits
  7. 09 Feb, 2019 1 commit
  8. 07 Feb, 2019 1 commit
  9. 06 Feb, 2019 1 commit
  10. 30 Jan, 2019 1 commit
  11. 23 Jan, 2019 2 commits
  12. 22 Jan, 2019 2 commits
  13. 17 Jan, 2019 1 commit
  14. 08 Jan, 2019 2 commits
  15. 21 Dec, 2018 2 commits
  16. 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
  17. 18 Dec, 2018 2 commits
  18. 10 Dec, 2018 1 commit
  19. 05 Dec, 2018 2 commits
  20. 03 Dec, 2018 1 commit
  21. 30 Nov, 2018 1 commit
  22. 28 Nov, 2018 1 commit