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

This source file defines the BoxCShape class and its associated methods. 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 dependency graph for box_cshape.class.c:

Classes

class  BoxCShape
 

Detailed Description

This source file defines the BoxCShape class and its associated methods.

This source file contains the implementation of the BoxCShape class, which is used to represent and manipulate box-shaped collision shapes in the application. It provides functionalities for creating, initializing, and managing box collision shapes, as well as handling their interactions within the physics engine.

The BoxCShape class is designed to be used in conjunction with other collision shapes and physics entities to simulate realistic physical interactions in a 2D or 3D environment. It is a crucial component of the physics simulation system, enabling accurate collision detection and response for box-shaped objects.

Author
Loup Picault
Date
2023-10-06