#include "../Geometry/K3dRay.h"
#include "../Geometry/K3dPlane.h"
#include "../MathCore/K3dVector3.h"
#include "../MathCore/K3dDistance.h"
#include "../MathCore/K3dMath.h"
Go to the source code of this file.
Classes | |
class | K3dIntrLinePlane |
Enumerations | |
enum | ELinePlanePos { K3D_FRONT_LINE = 0, K3D_BACK_LINE, K3D_ON_PLANE_LINE, K3D_LINE_INTR_PLANE } |
K3dEngine 1.0 - OpenGL Game Engine http://sourceforge.net/projects/kengine/
06.08.11 - First version 06.10.17 - I change class from K3dIntrEdgePlane to the K3dIntrLinePlane
Definition in file K3dIntrLinePlane.h.
enum ELinePlanePos |
Definition at line 41 of file K3dIntrLinePlane.h.