15 lines
340 B
C
15 lines
340 B
C
/* __ __ ___ _____ ____
|
|
* \ \ / / / _ \ | __ \ | |
|
|
* \ \/\/ / / / \ \ | | / / | __|
|
|
* \_/\_/ /_/ \_\ |_| \_\ |_|
|
|
* 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
|