Euphoria
|
An angle in both degrees and radians. More...
Public Member Functions | |
void | wrap () |
constexpr float | as_degrees () const |
constexpr float | as_radians () const |
constexpr float | from_percent_of_360 () const |
An | get_wrapped () const |
void | operator+= (const An &rhs) |
void | operator-= (const An &rhs) |
void | operator*= (float rhs) |
void | operator/= (float rhs) |
An | operator- () const |
Static Public Member Functions | |
static constexpr An | from_degrees (float degrees) |
static constexpr An | from_radians (float radians) |
static constexpr An | from_percent_of_360 (float percent) |
static constexpr An | from_percent_of_180 (float percent) |
An eu::An::get_wrapped | ( | ) | const |
An eu::An::operator- | ( | ) | const |
void eu::An::wrap | ( | ) |