Untold Engine  Beta v0.0.16
docs
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
 CU4DEngine::ANIMATIONDATAThe ANIMATIONDATA structure holds 3D animation data
 CU4DEngine::ANIMATIONSRAW
 CU4DEngine::ANIMPOSERAW
 CU4DEngine::ARMATURERAW
 CU4DEngine::AttributeAlignedGeometryData
 CU4DEngine::AttributeAlignedImageData
 CU4DEngine::AttributeAlignedModelData
 CU4DEngine::AttributeAlignedParticleData
 CU4DEngine::AttributeAlignedShaderEntityData
 CU4DEngine::AttributeAlignedSkyboxData
 CU4DEngine::AttributeAlignedWorldData
 CU4DEngine::BONESRAW
 CU4DEngine::CHARACTERDATA
 CU4DEngine::CHARACTERDATARAW
 CU4DEngine::CollisionFilterThe CollisionFilter structure contains the filtering information of the 3D model
 CU4DEngine::COLLISIONMANIFOLDONODEThe COLLISIONMANIFOLDONODE structure holds collision manifold informaiton such as contact points, collision normal vector and closest collision points
 CU4DEngine::CollisionPropertiesThe CollisionProperties structure contains collision information of the 3D static model
 CU4DEngine::compareDistanceToPosition
 CU4DEngine::CONTACTEDGEThe CONTACTEDGE structure holds collision polygon segment information
 CU4DEngine::CONTACTEDGEINFORMATIONThe CONTACTEDGEINFORMATION structure holds contact edge information
 CU4DEngine::CONTACTFACESThe CONTACTFACES structure holds collision polygon faces information
 CU4DEngine::ContactManifoldPropertiesThe ContactManifoldProperties structure contains collision contact manifold of the 3D static model
 CU4DEngine::CONTROLLERMESSAGE
 CU4DEngine::CONVEXHULLThe CONVEXHULL structure holds data representing vertices, edges and faces for a computed convex-hull
 CU4DEngine::ConvexHullPropertiesThe ConvexHullProperties structure contains the convex-hull vertices of the 3D static model
 CU4DEngine::CONVEXHULLRAW
 CU4DEngine::DIRECTIONALLIGHTRAW
 CU4DEngine::Edges
 CU4DEngine::FONTDATA
 CU4DEngine::FONTDATARAW
 CU4DEngine::KEYFRAMEDATAThe KEYFRAMEDATA structure holds 3D animation keyframe data
 CU4DEngine::KEYFRAMERAW
 CU4DEngine::LIGHTDATA
 CU4DEngine::LIGHTDATARAW
 CU4DEngine::MassPropertiesThe MassProperties structure contains mass properties information of the 3D static model
 CU4DEngine::ModelBoundingVolumePair
 CU4DEngine::MODELRAW
 CU4DEngine::PARTICLERENDERDATAThe PARTICLERENDERDATA structure holds 3D particle data
 CU4DEngine::PARTICLESRAW
 CU4DEngine::PARTICLESYSTEMDATAThe PARTICLESYSTEMDATA structure holds data required by the particle system
 CU4DEngine::POINTINFORMATIONThe POINTINFORMATION structure holds segment point information
 CU4DEngine::POINTLIGHT
 CU4DEngine::POINTLIGHTRAW
 CU4DEngine::POLYTOPEEDGESThe POLYTOPEEDGES structure holds a polytope edge representation
 CU4DEngine::POLYTOPEFACESThe POLYTOPEFACES structure holds a polytope face representation
 CU4DEngine::POLYTOPEVERTEXThe POLYTOPEVERTEX structure holds a polytope vertex representation
 CU4DEngine::SIMPLEXDATAThe SIMPLEXDATA structure holds data representing a simplex support point and the Minkowski difference
 CU4DEngine::SPRITEANIMATIONDATAThe SPRITEANIMATION structure holds sprite animation data
 CU4DEngine::SPRITEDATAThe SPRITEDATA structure holds sprites information
 CT
 CU4DEngine::TEXTDATAThe TEXTDATA structure holds text information
 CU4DEngine::TEXTURESRAW
 CU4DEngine::TRIPLEBUFFER
 CU4DEngine::U4DAABBImplements a mathematical representation of an Axis-Aligned Bounding Box
 CU4DEngine::U4DAnimationImplements 3D animations for 3D model entities
 CU4DEngine::U4DAnimationManagerManages 3D animations for 3D model entities
 CU4DEngine::U4DArmatureDataBone armature of the 3D entity
 CU4DEngine::U4DBlendAnimationSmoothly blends two animations so that the transition is smooth
 CU4DEngine::U4DBodyForceGeneratorIn charge of updating all external forces acting on a 3D entity
 CU4DEngine::U4DBoneIndicesImplements the indexes of bone-armature used in a 3D character animation. This class is only used for organizational purposes. It does not implement any mathematical operations
 CU4DEngine::U4DBroadPhaseCollisionModelPairCollision entity pairs
 CU4DEngine::U4DBVHCollisionThe U4DBVHCollision virtual class is in charge of testing collisions in the Broad-Phase stage
 CU4DEngine::U4DBVHManagerBoundary Volume Hierarchy manager
 CU4DEngine::U4DCallbackInterface
 CU4DEngine::U4DCameraInterfaceThe U4DCameraInterface provides the interface for the camera behaviors (first person camera, third person camera, etc)
 CU4DEngine::U4DCollisionDetectionThe U4DCollisionDetection is in charge of implementing the collision detection algorithm
 CU4DEngine::U4DCollisionEngineIn charge of implemeting the collision engine operations
 CU4DEngine::U4DCollisionResponseIn charge of implementing the collision response in the engine
 CU4DEngine::U4DColorDataHolds color information for the 3D entity
 CU4DEngine::U4DControllerInterfaceThe U4DController interface provides the behaviors for the different type of controllers
 CU4DEngine::U4DDebugger
 CU4DEngine::U4DDirectorControls the updates and rendering of every game entity. It informs the engine of any touch event. It loads every shader used in the engine
 CU4DEngine::U4DDualQuaternionImplements a Dual-Quaternion mathematical entity used for storing rotation and translations as real and pure quaternions, respectively
 CU4DEngine::U4DEntityManagerThe U4DEntityManager Class manages the rendering, space update, physics, collision and visibility for all objects in a game
 CU4DEngine::U4DEntityNode< T >The U4DEntityNode class represents a node in a Generic tree
 CU4DEngine::U4DEntityNode< U4DBoneData >
 CU4DEngine::U4DEntityNode< U4DBVHNode< T > >
 CU4DEngine::U4DEntityNode< U4DBVHNode< U4DEngine::U4DDynamicAction > >
 CU4DEngine::U4DEntityNode< U4DBVHNode< U4DEngine::U4DModel > >
 CU4DEngine::U4DEntityNode< U4DEntity >
 CU4DEngine::U4DEntityNode< U4DMeshOctreeNode >
 CU4DEngine::U4DEntityNode< U4DProfilerNode >
 CU4DEngine::U4DFlockImplements AI steering separation behavior
 CU4DEngine::U4DGameLogicInterface
 CU4DEngine::U4DIndexImplements a 3D integer-only index class. It is mainly used for organizational purposes. It does not implement any computational operations
 CU4DEngine::U4DInputElement
 CU4DEngine::U4DIntegratorThe U4DIntegrator virtual class is in charge of integrating the equation of motion
 CU4DEngine::U4DKineticDictionaryDictionary for all actions currently active
 CU4DEngine::U4DLayerManagerManages the layer objects currently present in the scene. Layers are object that can be rendered on top of the view component
 CU4DEngine::U4DLoggerImplements messages notifications sent to the console log window
 CU4DEngine::U4DMacArrowKeyStateInterface
 CU4DEngine::U4DMacArrowKeyStateManager
 CU4DEngine::U4DMacKeyStateInterface
 CU4DEngine::U4DMacKeyStateManager
 CU4DEngine::U4DMacMouseStateInterface
 CU4DEngine::U4DMacMouseStateManager
 CU4DEngine::U4DMaterialDataHolds material information for a 3D entity
 CU4DEngine::U4DMatrix3nThe U4DMatrix3n is in charge of implementing linear algebra matrix operations such as addition, subtraction, transformations, etc
 CU4DEngine::U4DMatrix4nIn charge of implementing a representation of a 4x4 matrix. The class implements matrix operations such as addition, subtraction, transformation, inverse, transponse, etc
 CU4DEngine::U4DMeshOctreeManagerBuilds an octree bounding a 3d model
 CU4DEngine::U4DNavigationDetermines the path for the 3D model to navigate
 CU4DEngine::U4DNavMeshNavigation mesh. It contains the navigatio mesh nodes extracted from the navigation mesh loader
 CU4DEngine::U4DNavMeshLoaderLoads the navigation mesh imported from blender
 CU4DEngine::U4DNavMeshNodeNavigation mesh node. The nav mesh node contains information required by the PathFinding algorithm
 CU4DEngine::U4DNumericalThe U4DNumerical provides numerical robustness in floating point comparison, rounding errors and random number generation
 CU4DEngine::U4DOBBImplements a represenatation of an Oriented-Bounding Box
 CU4DEngine::U4DPadAxisIn charge of interpreting all Game Pad Axis inputs
 CU4DEngine::U4DPadButtonStateInterface
 CU4DEngine::U4DPadButtonStateManager
 CU4DEngine::U4DPadJoystickStateInterface
 CU4DEngine::U4DPadJoystickStateManager
 CU4DEngine::U4DParticleDataAll the behavior properties of a 3D particle such as start-color, end-color, life, speed
 CU4DEngine::U4DParticleEmitterFactoryCreates and allocates memory for the emitter classes such as Linear, Sphere and Torus
 CU4DEngine::U4DParticleEmitterInterfaceThe U4DParticleEmitterInterface interface contains all the methods required for the computation of the position, colors and behaviors of the particles
 CU4DEngine::U4DParticlePhysicsIn charge of simulating gravity forces on 3D particles
 CU4DEngine::U4DPathfinderAStarImplements the Path Finding algorithm known as A Star algorithm
 CU4DEngine::U4DPhysicsEngineIn charge of implemeting the physics engine operations
 CU4DEngine::U4DPlaneImplements a mathematical representation of a 3D plane
 CU4DEngine::U4DPoint3nThe U4DPoint3n implements a 3D point representation in space
 CU4DEngine::U4DPolygonData
 CU4DEngine::U4DProfilerManager
 CU4DEngine::U4DQuaternionResponsible for implementing Quaternion operations in the engine. These operations include: Quaternion addition, subtraction, multiplication, normalization, etc
 CU4DEngine::U4DRay
 CU4DEngine::U4DRayCastU4DRayCast class test intersections between a ray and 3D objects
 CU4DEngine::U4DRenderEntityManages all rendering for 3D models, images, skyboxes, etc
 CU4DEngine::U4DRenderManagerManages all rendering for 3D models, images, skyboxes, etc
 CU4DEngine::U4DRenderPassInterface
 CU4DEngine::U4DRenderPipelineInterface
 CU4DEngine::U4DResourceLoaderIn charge of importing 3D model assets
 CU4DEngine::U4DSceneScene (universe) object of the game. A scene can have multiple worlds. A world represents the View Component of the Model-View-Controller pattern
 CU4DEngine::U4DSceneManagerIn charge of managing the current scene enabled
 CU4DEngine::U4DSceneStateInterfaceScene state interface
 CU4DEngine::U4DSceneStateManagerScene state manager. It manages the states of the scenes
 CU4DEngine::U4DScheduler
 CU4DEngine::U4DSegmentImplements a geometrical representation of a segment in 3D space
 CU4DEngine::U4DSphereImplements a mathematical representation of a sphere
 CU4DEngine::U4DSpriteAnimationImplements sprites animations
 CU4DEngine::U4DSpriteLoaderIn charge of loading sprite information
 CU4DEngine::U4DStaticActionActions such as collision detections applied to a 3D model entity
 CU4DEngine::U4DSteeringImplements AI steering behaviors
 CU4DEngine::U4DTetrahedronImplements a geometrical representation of a Tetrahedron
 CU4DEngine::U4DTextureDataHolds texture information for a 3D entity
 CU4DEngine::U4DTimer
 CU4DEngine::U4DTouchesStateInterface
 CU4DEngine::U4DTouchesStateManager
 CU4DEngine::U4DTransformationManagerInterfaceThe U4DTransformation interfaces provides all the methods for the transformation of all entities
 CU4DEngine::U4DTriangleImplements a geometrical representation of a 3D triangle
 CU4DEngine::U4DTrigonometryTrigonometrical computations such as degress to radius conversion
 CU4DEngine::U4DVector2nIn charge of implementing a 2D vector representation. The class contains several linear algebra operations such as addition, subtraction, scalar multiplication, dot product, etc
 CU4DEngine::U4DVector3nIn charge of implementing 3D Linear Algebra Vector operations. These operations include: Addition, subtraction, scalar multiplication, dot product, cross product, among others
 CU4DEngine::U4DVector4n4D vector in space. Note: This class does not perform any linear algebra operations. It simply serves as a representation and is used as a helper in class
 CU4DEngine::U4DVertexDataThe U4DVertexData represents attribute data for a 3D entity
 CU4DEngine::U4DVisibilityCullingTests whether a 3D model is within the frustum
 CU4DEngine::U4DVisibilityDictionaryDictionary that keeps tracks of all visible 3D models
 CU4DEngine::U4DVisibilityManagerTests whether a model is within the camera frustum