#include <cmath>
Go to the source code of this file.
Classes | |
class | rtc::rect< T > |
class | rtc::size< T > |
Namespaces | |
namespace | rtc |
Defines | |
#define | EPSILON 0.00001 |
Typedefs | |
typedef rect< double > | rtc::rectd |
typedef rect< float > | rtc::rectf |
typedef rect< unsigned int > | rtc::rectui |
typedef size< double > | rtc::sized |
typedef size< float > | rtc::sizef |
typedef size< unsigned int > | rtc::sizeui |
Functions | |
template<class T > | |
bool | rtc::fZero (T x) |
template<class T > | |
int | rtc::rInt (const T x) |
template<class T > | |
T | rtc::roundTo (const T x, const T b) |
template<class T , void *(T::*)(void *) mem_fn> | |
void * | rtc::threadCBWrapper (void *ptr) |