Go to the documentation of this file.
34 #include "../api_core.h"
35 #include "../System/sharedptr.h"
81 static CL_Angle from_radians(
float value);
88 static CL_Angle from_degrees(
float value);
95 float to_degrees()
const;
98 float to_radians()
const;
105 void set_degrees(
float degrees);
108 void set_radians(
float radians);
125 void operator += (
const CL_Angle &angle);
128 void operator -= (
const CL_Angle &angle);
131 void operator *= (
const CL_Angle &angle);
134 void operator /= (
const CL_Angle &angle);
152 CL_Angle operator / (
float value)
const;
158 bool operator <= (
const CL_Angle &angle)
const;
164 bool operator >= (
const CL_Angle &angle)
const;