class OERotMatrix : public OETransBase
This class represents OERotMatrix.
The following methods are publicly inherited from OETransBase:
| CreateCopy | GetInverse | |
| Extract | Transform |
OERotMatrix()
OERotMatrix(const float *mat)
OERotMatrix(const double *mat)
Default and copy constructors.
OERotMatrix &operator=(const float *mat)
OERotMatrix &operator=(const double *mat)
OETransBase *CreateCopy() const
void Extract(float *r, float *t) const
void Extract(double *r, float *t) const
void Extract(float *r, double *t) const
void Extract(double *r, double *t) const
OETransBase *GetInverse() const
void GetRotMatrix(float *mat) const
void GetRotMatrix(double *mat) const
template<class T, class U>
void _Extract(T *rmat, U *trans) const