![]() |
raylib-cpp
C++ object-oriented wrapper library for raylib.
|
Radian type (allows automatic worry free conversion between radians and degrees) More...
#include <RadiansDegrees.hpp>
Public Member Functions | |
Radian (const Degree d) | |
Radian (const float radian) | |
Radian (const Radian &other) | |
float | DegreeValue () const |
operator float () const | |
Radian | operator* (const Radian other) const |
Radian & | operator*= (const Radian other) |
Radian | operator+ (const Radian other) const |
Radian & | operator+= (const Radian other) |
Radian | operator- (const Radian other) const |
Radian & | operator-= (const Radian other) |
Radian | operator/ (const Radian other) const |
Radian & | operator/= (const Radian other) |
Radian & | operator= (const Radian &other)=default |
Radian type (allows automatic worry free conversion between radians and degrees)
Definition at line 18 of file RadiansDegrees.hpp.
|
inline |
Definition at line 21 of file RadiansDegrees.hpp.
|
inline |
Definition at line 22 of file RadiansDegrees.hpp.
|
inline |
Definition at line 23 of file RadiansDegrees.hpp.
|
inline |
Definition at line 71 of file RadiansDegrees.hpp.
|
inline |
Definition at line 72 of file RadiansDegrees.hpp.
|
inline |
Definition at line 28 of file RadiansDegrees.hpp.
Definition at line 32 of file RadiansDegrees.hpp.
Definition at line 37 of file RadiansDegrees.hpp.
Definition at line 30 of file RadiansDegrees.hpp.
Definition at line 35 of file RadiansDegrees.hpp.
Definition at line 31 of file RadiansDegrees.hpp.
Definition at line 36 of file RadiansDegrees.hpp.
Definition at line 33 of file RadiansDegrees.hpp.
Definition at line 38 of file RadiansDegrees.hpp.