template<typename T>
Matrix22CalcCommon class
Public types
Public static functions
- static void makeIdentity(Base& o)
- static void makeZero(Base& o)
- static void copy(Base& o, const Base& n)
- static void inverse(Base& o, const Base& n)
- static void inverseTranspose(Base& o, const Base& n)
- static void multiply(Base& o, const Base& a, const Base& b)
- static void transpose(Base& o)
- static void transposeTo(Base& o, const Base& n)