![]() |
Mako 8.2.0 API
MakoCore SDK API Documentation
|
(very thin) portability layer around operating system provided math functionality but also includes a definition of "pi" and functions to interconvert between (angular) degrees and radians More...
Go to the source code of this file.
Classes | |
class | CMatrix< T, W, H > |
Macros | |
#define | PI 3.14159265358979323846 |
Local definition of PI to 20 decimal places. |
Typedefs | |
typedef CMatrix< float, 3, 3 > | SFMatrix3x3 |
(very thin) portability layer around operating system provided math functionality but also includes a definition of "pi" and functions to interconvert between (angular) degrees and radians
#define PI 3.14159265358979323846 |
Local definition of PI to 20 decimal places.
This should give sufficient precision for calculations using double-precision floating-point math
typedef CMatrix<float,3,3> SFMatrix3x3 |