#include "KeosPrerequisites.h"Go to the source code of this file.
Namespaces | |
| namespace | Keos |
Classes | |
| class | Keos::CRadian |
| Wrapper class which indicates a given angle value is in radians. More... | |
| class | Keos::CDegree |
| Wrapper class which indicates a given angle value is in degrees. More... | |
| class | Keos::CMath |
| Class to provide access to common mathematical functions. More... | |
Functions | |
| CRadian | Keos::operator * (Real a, const CRadian &b) |
| CRadian | Keos::operator/ (Real a, const CRadian &b) |
| CDegree | Keos::operator * (Real a, const CDegree &b) |
| CDegree | Keos::operator/ (Real a, const CDegree &b) |
1.5.1-p1