#include <Matrix22.h>
Diagramme de collaboration de Matrix22:

Membres publics | |
| Matrix22 () | |
| Matrix22 (const Matrix22 &matrix) | |
| Matrix22 (const Real m00, const Real m01, const Real m10, const Real m11) | |
| ~Matrix22 () | |
| Real * | operator[] (const unsigned int i) const |
| operator Real * () | |
| Matrix22 & | operator= (const Matrix22 &matrix) |
| Matrix22 | operator+ (const Matrix22 &matrix) const |
| Matrix22 | operator- (const Matrix22 &matrix) const |
| Matrix22 | operator * (const Real scalar) const |
| Vector2 | operator * (const Vector2 &vector) const |
| Matrix22 | operator * (const Matrix22 &matrix) const |
| Matrix22 | transpose () |
Attributs Publics Statiques | |
| const Matrix22 | ZERO |
| const Matrix22 | IDENTITY |
Attributs Protégés | |
| Real | m [2][2] |
Amis (friends) | |
| Matrix22 | operator * (const Real scalar, const Matrix22 &matrix) |
| Vector2 | operator * (const Vector2 &vector, const Matrix22 &matrix) |
|
|
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3.3