ionflux.org | Impressum

Vector mathematics

Tools for handling vectors and matrices in R3. More...

Classes

class  Ionflux::Tools::Matrix3
 Matrix (R3 x R3). More...
class  Ionflux::Tools::Vector3
 Vector (R3). More...

Functions

Matrix3 Ionflux::Tools::operator * (double a, const Matrix3 &mat)
 Multiply operator.
Vector3 Ionflux::Tools::operator * (double a, const Vector3 &vec)
 Multiply operator.

Detailed Description

Tools for handling vectors and matrices in R3.


Function Documentation

Vector3 Ionflux::Tools::operator * double  a,
const Vector3 &  vec
 

Multiply operator.

Calculate the product of the vector and a scalar.

Parameters:
a Scalar.
vec Vector (R3).

Matrix3 Ionflux::Tools::operator * double  a,
const Matrix3 &  mat
 

Multiply operator.

Calculate the product of a matrix (R3 x R3) and a scalar.

Parameters:
a Scalar.
mat Matrix (R3 x R3).


Generated on Tue Mar 14 21:07:15 2006 for Ionflux Tools Class Library (iftools) by  doxygen 1.4.6