vhdMatrix4ExpLog.cpp File Reference

#include <libvhdMath/vhdMatrix4.h>
#include <iostream>
#include <cmath>

Functions

static float det3 (const float a1, const float a2, const float a3, const float b1, const float b2, const float b3, const float c1, const float c2, const float c3)
static float rowMulCol4 (const vhdMatrix4 &gRowMat, int iRow, const vhdMatrix4 &gColMat, int iColumn)
static void matrix_mult (const vhdMatrix4 &m1, const vhdMatrix4 &m2, vhdMatrix4 &result)
static bool matrix_inverse (const vhdMatrix4 &src, vhdMatrix4 &dst)

Function Documentation

static float det3 ( const float  a1,
const float  a2,
const float  a3,
const float  b1,
const float  b2,
const float  b3,
const float  c1,
const float  c2,
const float  c3 
) [static]

compute sub-part of the matrix determinant

static bool matrix_inverse ( const vhdMatrix4 src,
vhdMatrix4 dst 
) [static]

static void matrix_mult ( const vhdMatrix4 m1,
const vhdMatrix4 m2,
vhdMatrix4 result 
) [static]

static float rowMulCol4 ( const vhdMatrix4 gRowMat,
int  iRow,
const vhdMatrix4 gColMat,
int  iColumn 
) [static]


Generated on Thu Jan 18 10:06:12 2007 for vhdPLUS by  doxygen 1.5.1-p1