Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
matrix3.cpp File Reference
#include "matrix3.h"
#include "matrix3d.h"
#include "matrix4.h"
#include "quat.h"

Go to the source code of this file.

Macros

#define ROWCOL(i, j)
 
#define ROWCOL(i, j)
 
#define ROWCOL(i, j)
 
#define ROWCOL(i, j)
 

Functions

Matrix3x3 operator* (const Matrix3D &a, const Matrix3x3 &b)
 
Matrix3x3 operator* (const Matrix3x3 &a, const Matrix3D &b)
 

Macro Definition Documentation

◆ ROWCOL [1/4]

#define ROWCOL ( i,
j )
Value:
a[i][0]*b[0][j] + a[i][1]*b[1][j] + a[i][2]*b[2][j]

◆ ROWCOL [2/4]

#define ROWCOL ( i,
j )
Value:
a[i][0]*b[0][j] + a[i][1]*b[1][j] + a[i][2]*b[2][j]

◆ ROWCOL [3/4]

#define ROWCOL ( i,
j )
Value:
a[i][0]*b[0][j] + a[i][1]*b[1][j] + a[i][2]*b[2][j]

◆ ROWCOL [4/4]

#define ROWCOL ( i,
j )
Value:
a[i][0]*b[0][j] + a[i][1]*b[1][j] + a[i][2]*b[2][j]

Function Documentation

◆ operator*() [1/2]

Matrix3x3 operator* ( const Matrix3D & a,
const Matrix3x3 & b )

Definition at line 232 of file matrix3.cpp.

◆ operator*() [2/2]

Matrix3x3 operator* ( const Matrix3x3 & a,
const Matrix3D & b )

Definition at line 245 of file matrix3.cpp.