Minor change to readme. I want to stress these headers are not designed with commercial application in mind, they are designed for ease of use. Helper functions would not be member functions for starters, everything would be broken up.

This commit is contained in:
Brian 2014-02-20 14:10:14 -07:00
parent 44608cf2c8
commit 0e4936772a

View file

@ -1,7 +1,7 @@
math
====
C++ GameDev related math helpers. These helpers will be designed for ease of use. In a commercial engine they would be designed out a little differently. These are primarily 3D math helpers, and do not contain any physics related code, collision, etc.
C++ GameDev related math helpers. These helpers will be designed for ease of use. In a commercial engine they would be designed out differently. These are primarily 3D math helpers, and do not contain any physics related code, collision, etc.
Requirements
-----------