|
Isle
|
#include "math.h"#include <stddef.h>

Go to the source code of this file.
Namespaces | |
| namespace | Tgl |
| [AI] Namespace containing all classes related to the 3D graphics abstraction/rendering engine. | |
| namespace | Constant |
| [AI] Contains mathematical constants used throughout the Tgl namespace. | |
| namespace | Tgl::Constant |
Typedefs | |
| typedef float | Tgl::FloatMatrix4[4][4] |
| [AI] Represents a 4x4 matrix of single-precision floating point values. More... | |
Functions | |
| double | Tgl::DegreesToRadians (double degrees) |
| [AI] Converts an angle from degrees to radians. More... | |
| double | Tgl::RadiansToDegrees (double radians) |
| [AI] Converts an angle from radians to degrees. More... | |
Variables | |
| const double | Tgl::Constant::Pi = 3.14159265358979323846 |
| [AI] Mathematical constant representing π (pi), the ratio of a circle's circumference to its diameter. More... | |