Davidah121 / SMPL

A static C++ library that encompasses all of the tools I have made to make development easier.
1 stars 0 forks source link

Window Bug Fixes. Improvement to math classes and Model stuff. #94

Closed Davidah121 closed 3 years ago

Davidah121 commented 3 years ago

closes #93 closes #92 closes #91 closes #66

Math classes ( Vec2f, Mat2f, Matrix, etc. ) have improvements. double * Vec2f is now a valid operation. Unnecessary / redundant functions removed.