template class Matrice


Inheritance:


Public Methods

Matrice()
Matrice(const Matrice &m)
Matrice & setNull()
Matrice & setIdentity()
T& operator[](const Pair &p)
Vector operator[](const Pair &p) const
Matrice & operator=(const Matrice &m)
bool operator==(const Matrice &m) const
bool operator!=(const Matrice &m) const
Matrice operator+(const Matrice &m) const
Matrice operator-() const
Matrice operator-(const Matrice &m) const
Matrice operator*(const Matrice &m) const
Vector operator*(const Vector &v) const
Matrice operator*(const T v) const
Matrice operator/(const T v) const
friend Matrice operator*(const T f, Matrice &v)
friend Matrice operator/(const T f, Matrice &v)
friend Matrice nullMatrice()
friend Matrice identityMatrice()
friend ostream& operator<<(ostream &os, Matrice &m)

Protected Fields

T mat[4][4]

Documentation

T mat[4][4]

Matrice()

Matrice(const Matrice &m)

Matrice & setNull()

Matrice & setIdentity()

T& operator[](const Pair &p)

Vector operator[](const Pair &p) const

Matrice & operator=(const Matrice &m)

bool operator==(const Matrice &m) const

bool operator!=(const Matrice &m) const

Matrice operator+(const Matrice &m) const

Matrice operator-() const

Matrice operator-(const Matrice &m) const

Matrice operator*(const Matrice &m) const

Vector operator*(const Vector &v) const

Matrice operator*(const T v) const

Matrice operator/(const T v) const

friend Matrice operator*(const T f, Matrice &v)

friend Matrice operator/(const T f, Matrice &v)

friend Matrice nullMatrice()

friend Matrice identityMatrice()

friend ostream& operator<<(ostream &os, Matrice &m)


Direct child classes:
MatriceTrans

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de