libsegl/emath_opengl.h

12 lines
320 B
C
Raw Normal View History

2008-02-09 13:43:23 +01:00
#ifndef __EMATH_OPENGL
#define __EMATH_OPENGL
#include <cmath>
#include "emath.h"
#include "rotationsmatrix.h"
#include <SDL_opengl.h>
void rotFrom2VecTo2Vec(Punkt3D a, Punkt3D b, Punkt3D c, Punkt3D d, Punkt3D *, float *, Punkt3D *, float *);
void rotFrom2VecTo2Vec(Punkt3D a, Punkt3D b, Punkt3D c, Punkt3D d);
#endif