Apparently the github client missed the basic vector3 class, here it is.

This commit is contained in:
Brian 2014-02-19 22:07:37 -07:00
parent 7edaf675b1
commit a706b9dffc
2 changed files with 220 additions and 0 deletions

View file

@ -0,0 +1,15 @@
/* __ __ ___ _____ ____
* \ \ / / / _ \ | __ \ | |
* \ \/\/ / / / \ \ | | / / | __|
* \_/\_/ /_/ \_\ |_| \_\ |_|
* Take it to the next Level
*
* 2009 Brian Ernst.
* See ReadMe.md for more license info.
*/
#ifndef __MATHDEFS_H__
#define __MATHDEFS_H__
typedef float Scalar;
#endif