, including all inherited members.
GetColumn(int i) | Matrix2 | |
GetColumn2(int i) | Matrix2 | |
GetRow(int i) const | Matrix2 | [inline] |
GetTrans() | Matrix2 | [inline] |
Identity | Matrix2 | [static] |
IdentityMatrix() | Matrix2 | |
Invert() | Matrix2 | |
Load(ILoad *iload) | Matrix2 | |
m | Matrix2 | |
Matrix2() | Matrix2 | [inline] |
Matrix2(BOOL init) | Matrix2 | [inline] |
Matrix2(float(*fp)[2]) | Matrix2 | |
operator delete(void *ptr) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | [static] |
operator delete[](void *ptr) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | [static] |
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator float *() | Matrix2 | [inline] |
operator new(size_t size) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator new(size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator new(size_t size, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator new(size_t size, void *placement_ptr) | MaxHeapOperators | [static] |
operator new[](size_t size) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | [static] |
operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | [static] |
operator new[](size_t size, unsigned long flags) | MaxHeapOperators | [static] |
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | [static] |
operator*(const Matrix2 &B) const | Matrix2 | |
operator*=(const Matrix2 &M) | Matrix2 | |
operator+(const Matrix2 &B) const | Matrix2 | |
operator+=(const Matrix2 &M) | Matrix2 | |
operator-(const Matrix2 &B) const | Matrix2 | |
operator-=(const Matrix2 &M) | Matrix2 | |
PreRotate(float angle) | Matrix2 | |
PreScale(const Point2 &s, BOOL trans=FALSE) | Matrix2 | |
PreTranslate(const Point2 &p) | Matrix2 | |
Rotate(float angle) | Matrix2 | |
Save(ISave *isave) | Matrix2 | |
Scale(const Point2 &s, BOOL trans=FALSE) | Matrix2 | |
SetColumn(int i, Point3 col) | Matrix2 | |
SetRotate(float angle) | Matrix2 | |
SetRow(int i, Point2 p) | Matrix2 | [inline] |
SetTrans(const Point2 p) | Matrix2 | [inline] |
SetTrans(int i, float v) | Matrix2 | [inline] |
SetTranslate(const Point2 &s) | Matrix2 | |
Translate(const Point2 &p) | Matrix2 | |
Zero() | Matrix2 | |