Apparently the github client missed the basic vector3 class, here it is.
This commit is contained in:
parent
7edaf675b1
commit
a706b9dffc
2 changed files with 220 additions and 0 deletions
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue