Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

matrix3x3.cc File Reference

#include "matrix3x3.h"
#include "log.h"
#include <stdio.h>

Include dependency graph for matrix3x3.cc:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

Matrix3x3 operator * (const Matrix3x3 &A, const Matrix3x3 &B)
Vector3d operator * (const Matrix3x3 &M, const Vector3d &v)
Vector3d operator * (const Vector3d &v, const Matrix3x3 &M)


Function Documentation

Vector3d operator * const Vector3d   v,
const Matrix3x3   M
[inline]
 

Definition at line 137 of file matrix3x3.cc.

References Matrix3x3::e11, Matrix3x3::e12, Matrix3x3::e13, Matrix3x3::e21, Matrix3x3::e22, Matrix3x3::e23, Matrix3x3::e31, Matrix3x3::e32, Matrix3x3::e33, Vector3d::x, Vector3d::y, and Vector3d::z.

Vector3d operator * const Matrix3x3   M,
const Vector3d   v
[inline]
 

Definition at line 131 of file matrix3x3.cc.

References Matrix3x3::e11, Matrix3x3::e12, Matrix3x3::e13, Matrix3x3::e21, Matrix3x3::e22, Matrix3x3::e23, Matrix3x3::e31, Matrix3x3::e32, Matrix3x3::e33, Vector3d::x, Vector3d::y, and Vector3d::z.

Matrix3x3 operator * const Matrix3x3   A,
const Matrix3x3   B
[inline]
 

Definition at line 102 of file matrix3x3.cc.

References Matrix3x3::e11, Matrix3x3::e12, Matrix3x3::e13, Matrix3x3::e21, Matrix3x3::e22, Matrix3x3::e23, Matrix3x3::e31, Matrix3x3::e32, Matrix3x3::e33, and log.


Generated on Mon Jun 17 19:54:02 2002 for Svas Server by doxygen1.2.16