![]() |
torcs - 1.2.2 | ![]() |
#include "Vector.h"
#include "Quaternion.h"
Include dependency graph for Matrix.h:
Go to the source code of this file.
Compounds | |
class | Matrix |
Typedefs | |
typedef Scalar | Mat3 [3][3] |
Functions | |
Vector | operator * (const Matrix &m, const Vector &v) |
Vector | operator * (const Vector &v, const Matrix &m) |
Matrix | operator * (const Matrix &m1, const Matrix &m2) |
Matrix | multTransposeLeft (const Matrix &m1, const Matrix &m2) |
Matrix | transpose (const Matrix &m) |
Matrix | adjoint (const Matrix &m) |
Matrix | inverse (const Matrix &m) |
Matrix | absolute (const Matrix &m) |
ostream & | operator<< (ostream &os, const Matrix &m) |
Scalar | determinant (const Matrix &m) |
|
|
|
|
|
|
|
|
Here is the call graph for this function:
|
|
|
|
|
|
|
|
|
|
|
|
|
|