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