Ilwis-Objects
1.0
GIS and Remote Sensing framework for data access and processing
|
Public Types | |
enum | Unit { uRADIANS, uDEGREES } |
Public Member Functions | |
Angle (double angle, bool isRadian=false) | |
bool | isValid () const |
double | degrees () const |
double | radians () const |
operator double () const | |
QString | toString (bool asRadians) |
Angle & | operator+= (const Angle &a) |
Angle & | operator*= (double f) |
Angle & | operator/= (double f) |
Angle & | operator-= (const Angle &a) |
Protected Attributes | |
double | _degrees |