#include "StdAfx.h"
#include "matrix.h"
Go to the source code of this file.
Defines | |
#define | PI 3.141529 |
#define | EPSILON 0.000001 |
|
Definition at line 14 of file matrix.cpp. Referenced by Matrix4x4::rotation(). |
|
matrix.cpp implementiert eine einfache 4x4 Matrixklasse. Sie beinhaltet Matrix-Matrix-Produkt, Matrix-Vektor-Produkt, transponieren einer Matrix, Identitätsmatrix, Berechnung der Matrix für X-,Y-,Z- sowie Vektor-Vektor-Rotation Definition at line 10 of file matrix.cpp. Referenced by Matrix4x4::rotateX(), Matrix4x4::rotateY(), and Matrix4x4::rotateZ(). |