DubiousEngine  0.2.0
Simple Game Engine
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NDubious
 NMath
 CCoordinate_spaceRepresentation of a position and rotation
 CPointTA 3D Point
 CQuaternionTQuaternion
 CTripleThree floats
 CUnit_quaternionTUnit Quaternions are used to represent rotation
 CUnit_vectorTA 3D Unit Vector
 CVectorTA 3D Vector
 NPhysics
 CArenaContainer for all of the Physics things
 CCollision_solver_settingsCollision solver settings
 CConstraint_solver_settingsConstraint solver settings
 CSettingsPhysics settings
 CCollision_solverCollision solver that implements GJK
 CCollision_strategyInterface for finding collisions between all objects
 CCollision_strategy_multi_threadedMulti-threaded Collision Strategy
 CCollision_strategy_open_clCollision Strategy using OpenCL
 CCollision_strategy_simpleSimple, single threaded Collision Strategy
 CConstraint_solverConstraint Solver... solves constraints
 CContact_manifoldContains persistent contact information
 CContactContact information
 CMinkowski_polytopeA Minkowski Polytope used in EPA
 CTriangleA surface triangle
 CMinkowski_simplexThe Minkowski Simplex used in GJK
 CMinkowski_vectorA Minkowski Vector used in GJK and EPA
 CPhysics_modelA model represented to the Physics system
 CPhysics_objectA Physics Object
 NRenderer
 CCameraAbstraction of a camera
 CColorSimple color class
 CObject_rendererInterface for a class that can render an object
 COpen_gl_attributesOpenGLAttributes
 COpen_gl_commandsCollection of OpenGL commands
 COpen_gl_context_storeOpenGL Context Store
 COpen_gl_matrixOpen GL Matrix
 COpen_gl_primitiveOpenGL Primitives
 COutlined_object_rendererRenders objects with an outline
 CSceneA Visible Scene
 CLightA Light
 CShadow_rendererAn object that can render a shadow volume
 CSimple_object_rendererBasic object renderer
 CVisible_modelRepresentation of a visible model
 CEdgeA Model Edge
 CsurfaceModel Surface
 CVisible_objectAn object that can be seen
 CSilhouetteSilhouette
 NUtility
 CAc3d_fileAbstraction of the AC3D File
 CAc3d_file_readerAn object that can read an AC3D file
 CAc3d_materialA Material in an AC3D file
 CColorA simple 3 channel color
 CAc3d_modelAn AC3D Model
 CSurfaceA Surface
 CFile_pathPath and Filename information
 COpen_clUtilities for OpenCL
 CSdl_managerTop Level SDL Manager
 CThread_poolSimple thread pool
 CTimerA Timer