#include <iostream>
#include <fstream>
#include "../System/K3dString.h"
#include "../System/K3dDefines.h"
#include "K3dMath.h"
Go to the source code of this file.
Classes | |
class | K3dVector3 |
K3dEngine 1.0 - OpenGL Game Engine http://sourceforge.net/projects/kengine/
02.10.08 - First version 04.01.21 - Only 3d vector version 06.07.21 - I add calculation angle between vectors, angle between normals and delete save and load functions 06.08.03 - I add Centre() function for calculating centre of three vectors (triangle centre) 07.07.27 - I move all vector functions to the K3dVector3Work class
Definition in file K3dVector3.h.