Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
kinematic_body.class.c File Reference

This file defines the implementation of kinematic bodies for the physics engine. More...

#include <raptiquax.h>
#include <classes/classes.h>
#include <math/math_util.h>
#include <io/model.h>
#include <render/framebuffer.h>
#include <storage/node.h>
#include <io/scene_loader.h>
#include <render/lighting.h>
#include <buffer.h>
Include dependency graph for kinematic_body.class.c:

Classes

class  KinematicBody
 Represents a kinematic body in the physics simulation. More...
 

Detailed Description

This file defines the implementation of kinematic bodies for the physics engine.

This source file contains the implementation of kinematic bodies, which are used in the physics engine to represent objects that move according to predefined paths or velocities, but are not affected by forces like gravity or collisions. These bodies are essential for creating predictable and controlled movements in the simulation.

The kinematic bodies are designed to interact with other physical entities in the simulation, providing a way to animate objects or create complex motion patterns without the need for dynamic physics calculations.

Author
Loup Picault
Date
2023-10-20