Ilwis-Objects  1.0
GIS and Remote Sensing framework for data access and processing
 All Classes Functions Enumerations Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
Ilwis::Angle Class Reference

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)
 
Angleoperator+= (const Angle &a)
 
Angleoperator*= (double f)
 
Angleoperator/= (double f)
 
Angleoperator-= (const Angle &a)
 

Protected Attributes

double _degrees
 

The documentation for this class was generated from the following file: