|
| template<unsigned int dims, class _t > |
| bool | operator== (const Pos< dims, _t > &a, const Pos< dims, _t > &b) |
| |
| template<unsigned int dims> |
| DMatrix< dims, 1 > | operator* (const DMatrix< dims, dims > &a, const Pos< dims > &b) |
| |
| template<unsigned int dims, class _t > |
| std::ostream & | operator<< (std::ostream &o, const Pos< dims, _t > &p) |
| |
| template<unsigned int dims, class _t > |
| std::istream & | operator>> (std::istream &in, Pos< dims, _t > &p) |
| |
| template<unsigned int dims> |
| double | Len (const Pos< dims, double > &p) |
| |
| template<unsigned int dims> |
| float | Len (const Pos< dims, float > &p) |
| |
| template<unsigned int dims> |
| double | Len (const Pos< dims, int > &p) |
| |
| template<unsigned int dims, typename _t > |
| _t | ScalProd (const Pos< dims, _t > &p1, const Pos< dims, _t > &p2) |
| |
| template<class _t > |
| bool | Innerhalb (const Pos< 4, _t > &rgn, const Pos< 2, _t > &pos) |
| | is pos inside the rectangle rgn? More...
|
| |
| template<unsigned int dims, class _t > |
| void | InitZero (Pos< dims, _t > &x) |
| | for statistiken.h More...
|
| |
positions in n-dimensional space
created for the 2006 Fitts' law experiment
Definition in file Pos.h.