ksundberg / CS5500

Course project for CS5500 at Utah State University
GNU General Public License v2.0
2 stars 11 forks source link

Refactor all the vector classes into one. #40

Open tefu opened 9 years ago

tefu commented 9 years ago

There's a few classes out there right now that all deal with XYZ-coordinates. Since we already have GLM as a dependency, we should probably use glm::vec3, since the graphics depends on it for matrix multiplication.