Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Matrix.h File Reference
#include <math.h>
#include "Vector.h"

Go to the source code of this file.

Classes

class  Audio::TMatrix3< T >
 

Namespaces

 Audio
 

Constant Groups

 Audio
 

Macros

#define DOT(m, om, r, c)   (m[r][0]*om[0][c] + m[r][1]*om[1][c] + m[r][2]*om[2][c])
 
#define DOT(m, om, r, c)   (m[r][0]*om[0][c] + m[r][1]*om[1][c] + m[r][2]*om[2][c])
 

Macro Definition Documentation

#define DOT (   m,
  om,
  r,
  c 
)    (m[r][0]*om[0][c] + m[r][1]*om[1][c] + m[r][2]*om[2][c])
#define DOT (   m,
  om,
  r,
  c 
)    (m[r][0]*om[0][c] + m[r][1]*om[1][c] + m[r][2]*om[2][c])