summary refs log tree commit diff stats
path: root/src/vector.h
Commit message (Collapse)AuthorAgeFilesLines
* Simplified positions/sizes with vectorsKelly Rauchenberger2018-05-091-0/+111
Positions and sizes are now stored as vectors (of doubles and ints, respectively). This allows for at least minor code simplification in many places, and cleans up the CollisionParams code in PonderingSystem quite a bit.