Class for mathematical calculations. More...
#include <math.h>#include "../exceptions.h"#include "decVector.h"#include "decVector2.h"#include "decVector4.h"#include "decDVector.h"#include "decDVector4.h"#include "decQuaternion.h"#include "decPoint.h"#include "decPoint3.h"#include "decTexel.h"#include "decColor.h"#include "decMatrix.h"#include "decDMatrix.h"#include "decTexMatrix.h"#include "decColorMatrix.h"#include "decColorMatrix3.h"#include "decBoundary.h"#include "../exceptions.h"Defines | |
| #define | HALF_PI (PI / 2.0f) |
| Value of half pi. | |
| #define | ONE_PI (PI / 180.0f) |
| One degree in radians. | |
| #define | PI 3.14159265f |
| Value of pi. | |
Class for mathematical calculations.
| #define HALF_PI (PI / 2.0f) |
Value of half pi.
| #define ONE_PI (PI / 180.0f) |
One degree in radians.
| #define PI 3.14159265f |
Value of pi.
1.7.2