|
| Pos () |
|
| Pos (_t x0, _t x1, _t x2) |
|
| Pos (_t x0, _t x1) |
|
| Pos (_t x0) |
|
| Pos (const Pos< dims, _t > &p) |
|
| Pos (const DMatrix< dims, 1 > &d) |
|
void | Zero () |
| set all elements to zero More...
|
|
_t & | operator[] (unsigned int i) |
|
_t | operator[] (unsigned int i) const |
|
Pos & | operator= (const Pos< dims, _t > &p) |
|
Pos & | operator+= (const Pos< dims, _t > &p) |
|
Pos & | operator-= (const Pos< dims, _t > &p) |
|
Pos & | operator/= (const _t &skalar) |
|
Pos & | operator*= (const _t &skalar) |
|
Pos | operator+ (const Pos< dims, _t > &p) const |
|
Pos | operator- (const Pos< dims, _t > &p) const |
|
Pos | operator* (const _t &skalar) const |
|
Pos | operator/ (const _t &skalar) const |
|
_t | ScalProd (const Pos< dims, _t > &p) const |
|
| operator Pos< dims, double > () const |
|
| operator DMatrix< dims, 1 > () const |
|
Pos & | operator= (const DMatrix< dims, 1 > &d) |
|
template<unsigned int dims, class _t = int>
class Pos< dims, _t >
fixed length vector that is interpreted as position
position in n-dimensional (dims) euclidian space
Definition at line 43 of file Pos.h.