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

This source file defines the implementation of rigid body physics for the project. 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 rigid_body.class.c:

Classes

class  RigidBody
 Represents a rigid body in the physics simulation. More...
 

Detailed Description

This source file defines the implementation of rigid body physics for the project.

This source file contains the implementation of the RigidBody class, which is responsible for handling the physics calculations and properties of rigid bodies in the simulation. It includes functions for updating the state of the rigid bodies, applying forces, and handling collisions. The primary use case of this code is to provide realistic physics behavior for objects in the simulation.

Author
Loup Picault
Date
2023-10-30