adbrown85 / gloop

Lightweight C++ wrapper for OpenGL
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Matrices made of column vectors #7

Closed adbrown85 closed 12 years ago

adbrown85 commented 12 years ago

Want to try having matrices made of column vectors to be more like GLSL. Since the vectors override the subscript operator indexing will look more like it. And will easily be able to assign a whole column that way. Not sure if it will be slower or not, but probably not significantly.