This structure sets data for an angle. More...
#include "../include/Angle.h"
Public Member Functions | |
| Angle () | |
| int | init () |
| int | set (double rang) |
| double | get () |
| double | getSin () |
| double | getCos () |
| int | print () |
Friends | |
| class | Domain |
| class | Gvar |
This structure sets data for an angle.
| Angle::Angle | ( | ) |
Constructor - Initializes data
References init().
| double WXP::Angle::get | ( | ) | [inline] |
Returns angle
| double WXP::Angle::getCos | ( | ) | [inline] |
Returns cosine of angle
| double WXP::Angle::getSin | ( | ) | [inline] |
Returns sine of angle
| int Angle::init | ( | ) |
| int Angle::print | ( | ) |
Prints the data
| int Angle::set | ( | double | rang | ) |
Sets the angle
| rang | The specified angle |
Referenced by WXP::Gvar::initParams(), WXP::Gvar::tran(), and WXP::Domain::tran().
1.6.1