![]() |
raylib-cpp
C++ object-oriented wrapper library for raylib.
|
Degree type (allows automatic worry free conversion between radians and degrees) More...
#include <RadiansDegrees.hpp>
Public Member Functions | |
Degree (const Degree &other) | |
Degree (const Radian r) | |
Degree (float degree) | |
operator float () const | |
Degree | operator* (const Degree other) const |
Degree & | operator*= (const Degree other) |
Degree | operator+ (const Degree other) const |
Degree & | operator+= (const Degree other) |
Degree | operator- (const Degree other) const |
Degree & | operator-= (const Degree other) |
Degree | operator/ (const Degree other) const |
Degree & | operator/= (const Degree other) |
Degree & | operator= (const Degree &other)=default |
float | RadianValue () const |
Degree type (allows automatic worry free conversion between radians and degrees)
Definition at line 46 of file RadiansDegrees.hpp.
|
inline |
Definition at line 49 of file RadiansDegrees.hpp.
|
inline |
Definition at line 50 of file RadiansDegrees.hpp.
|
inline |
Definition at line 51 of file RadiansDegrees.hpp.
|
inline |
Definition at line 52 of file RadiansDegrees.hpp.
|
inline |
Definition at line 56 of file RadiansDegrees.hpp.
Definition at line 60 of file RadiansDegrees.hpp.
Definition at line 65 of file RadiansDegrees.hpp.
Definition at line 58 of file RadiansDegrees.hpp.
Definition at line 63 of file RadiansDegrees.hpp.
Definition at line 59 of file RadiansDegrees.hpp.
Definition at line 64 of file RadiansDegrees.hpp.
Definition at line 61 of file RadiansDegrees.hpp.
Definition at line 66 of file RadiansDegrees.hpp.
|
inline |
Definition at line 68 of file RadiansDegrees.hpp.