#include <mv.h>
Public Member Functions | |
| void | invert (const MatX &M) |
| void | invert () |
| void | invXformPoint (const Vect3 &p, Vect3 &xp) const |
| void | invXformPoint (Vect3 &p) const |
| void | invXformVect (const Vect3 &v, Vect3 &xv) const |
| void | invXformVect (Vect3 &v) const |
| MatX () | |
| MatX (const Mat3 &R_, const Vect3 &d_) | |
| MatX (const Se3 &T) | |
| void | mult (const MatX &M, const MatX &N) |
| void | postmult (const MatX &M) |
| void | premult (const MatX &M) |
| ostream & | print (ostream &os) const |
| istream & | read (istream &is) |
| const Mat3 & | rot () const |
| Mat3 & | rot () |
| void | set (const Mat3 &R_, const Vect3 &d_) |
| void | set (const Se3 &T) |
| const Vect3 & | trans () const |
| Vect3 & | trans () |
| void | xformPoint (const Vect3 &p, Vect3 &xp) const |
| void | xformPoint (Vect3 &p) const |
| void | xformVect (const Vect3 &v, Vect3 &xv) const |
| void | xformVect (Vect3 &v) const |
Static Public Attributes | |
| static const MatX | ID |
Private Attributes | |
| Vect3 | d |
| Mat3 | R |
Friends | |
| class | Se3 |
| Vclip::MatX::MatX | ( | ) | [inline] |
| Vclip::MatX::MatX | ( | const Mat3 & | R_, |
| const Vect3 & | d_ | ||
| ) | [inline] |
| Vclip::MatX::MatX | ( | const Se3 & | T | ) | [inline] |
| void Vclip::MatX::invert | ( | const MatX & | M | ) |
| void Vclip::MatX::invXformPoint | ( | const Vect3 & | p, |
| Vect3 & | xp | ||
| ) | const [inline] |
| void Vclip::MatX::invXformPoint | ( | Vect3 & | p | ) | const [inline] |
| void Vclip::MatX::invXformVect | ( | const Vect3 & | v, |
| Vect3 & | xv | ||
| ) | const [inline] |
| void Vclip::MatX::invXformVect | ( | Vect3 & | v | ) | const [inline] |
| void Vclip::MatX::postmult | ( | const MatX & | M | ) |
| void Vclip::MatX::premult | ( | const MatX & | M | ) |
| ostream & Vclip::MatX::print | ( | ostream & | os | ) | const [inline] |
| istream & Vclip::MatX::read | ( | istream & | is | ) | [inline] |
| const Mat3& Vclip::MatX::rot | ( | ) | const [inline] |
| Mat3& Vclip::MatX::rot | ( | ) | [inline] |
| const Vect3& Vclip::MatX::trans | ( | ) | const [inline] |
| Vect3& Vclip::MatX::trans | ( | ) | [inline] |
| void Vclip::MatX::xformPoint | ( | const Vect3 & | p, |
| Vect3 & | xp | ||
| ) | const [inline] |
| void Vclip::MatX::xformPoint | ( | Vect3 & | p | ) | const [inline] |
| void Vclip::MatX::xformVect | ( | const Vect3 & | v, |
| Vect3 & | xv | ||
| ) | const [inline] |
| void Vclip::MatX::xformVect | ( | Vect3 & | v | ) | const [inline] |
Vect3 Vclip::MatX::d [private] |
const MatX Vclip::MatX::ID [static] |
Mat3 Vclip::MatX::R [private] |