#include "../GameData/K3dGameData.h"
#include "../../MathCore/K3dVector3Obj.h"
#include "../../Geometry/K3dCameraObj.h"
#include "../../Geometry/K3dRayObj.h"
#include "../K3dEnums.h"
#include "../../Geometry/K3dPlaneObj.h"
#include "../../Geometry/K3dLineObj.h"
#include "../../Geometry/K3dSphereObj.h"
#include "../../MathCore/K3dIntersection.h"
#include "../Builder/K3dPlaneBuild.h"
#include "../Worker/K3dVector3Work.h"
Go to the source code of this file.
Classes | |
class | K3dSphereWork |
Enumerations | |
enum | ERotAxis { K3D_ROT_AXIS_X = 0, K3D_ROT_AXIS_Y, K3D_ROT_AXIS_Z } |
K3dEngine 1.0 - OpenGL Game Engine http://sourceforge.net/projects/kengine/
06.12.22 - First version
Definition in file K3dSphereWork.h.
enum ERotAxis |
Definition at line 47 of file K3dSphereWork.h.