#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 |
void Vclip::MatX::invert | ( | ) |