Namespaces | |
constants | |
Classes | |
class | BufferStream |
class | BufferStreamReader |
class | BufferStreamWriter |
class | Exception |
class | Mutex |
class | ReferenceCount |
class | ScopedLock |
class | Semaphore |
class | Thread |
class | TimeStamp |
class | WaitQueue |
class | WaitVar |
Functions | |
template<class Type > | |
bool | approxEqual (Type const &xx, Type const &yy, Type const &epsilon) |
template<class Type > | |
bool | approximatelyEqual (Type const &xx, Type const &yy, Type const &epsilon) |
template<class Type > | |
Type | boundValue (Type const &value, Type const &minimum, Type const &maximum) |
template<class Type > | |
Type | decayedAverage (Type const &previous, Type const &samples, Type const &newest) |
template<class Type > | |
Type | degreesToRadians (Type const &value) |
template<class Type > | |
Type | radiansToDegrees (Type const &value) |
|
inline |
Definition at line 55 of file Functional.hh.
|
inline |
Definition at line 49 of file Functional.hh.
|
inline |
Definition at line 61 of file Functional.hh.
|
inline |
Definition at line 67 of file Functional.hh.
|
inline |