角度 More...
#include <Angle.h>
Public Member Functions | |
| double | to_deg (void) const |
| dgree 角度を取得する | |
| void | set_deg (double degree) |
| degree 角度を登録する | |
| double | to_rad (void) const |
| radian 角度を取得する | |
| void | set_rad (double radian) |
| radian 角度を登録する | |
| bool | operator!= (const Angle &rhs) const |
| operator | |
| bool | operator== (const Angle &rhs) const |
| Angle & | operator+= (const Angle &rhs) |
| operator | |
| const Angle | operator+ (const Angle &rhs) const |
| operator | |
| Angle & | operator-= (const Angle &rhs) |
| operator | |
| const Angle | operator- (const Angle &rhs) const |
| operator | |
| Angle | operator- (void) const |
| operator | |
| Angle & | operator*= (const double rhs) |
| operator | |
| Angle | operator* (const double rhs) const |
| operator | |
Friends | |
| Angle | deg (double degree) |
| degree 角度を指定する | |
| Angle | rad (double radian) |
| radian 角度を指定する | |
| const Angle | operator* (const double lhs, const Angle &rhs) |
| operator | |
角度
1.8.6