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