ClanLib
2.3.7
|
This is the complete list of members for CL_Angle, including all inherited members.
CL_Angle() | CL_Angle | |
CL_Angle(float value, CL_AngleUnit unit) | CL_Angle | |
from_degrees(float value) | CL_Angle | static |
from_radians(float value) | CL_Angle | static |
normalize() | CL_Angle | |
normalize_180() | CL_Angle | |
operator!=(const CL_Angle &angle) const | CL_Angle | |
operator*(const CL_Angle &angle) const | CL_Angle | |
operator*(float value) const | CL_Angle | |
operator*=(const CL_Angle &angle) | CL_Angle | |
operator+(const CL_Angle &angle) const | CL_Angle | |
operator+=(const CL_Angle &angle) | CL_Angle | |
operator-(const CL_Angle &angle) const | CL_Angle | |
operator-=(const CL_Angle &angle) | CL_Angle | |
operator/(const CL_Angle &angle) const | CL_Angle | |
operator/(float value) const | CL_Angle | |
operator/=(const CL_Angle &angle) | CL_Angle | |
operator<(const CL_Angle &angle) const | CL_Angle | |
operator<=(const CL_Angle &angle) const | CL_Angle | |
operator==(const CL_Angle &angle) const | CL_Angle | |
operator>(const CL_Angle &angle) const | CL_Angle | |
operator>=(const CL_Angle &angle) const | CL_Angle | |
set_degrees(float degrees) | CL_Angle | |
set_radians(float radians) | CL_Angle | |
to_degrees() const | CL_Angle | |
to_radians() const | CL_Angle |