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

This file defines the implementation of various CShape classes. 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 cshape.class.c:

Classes

class  CShape
 

Detailed Description

This file defines the implementation of various CShape classes.

This source file contains the implementation of different shapes used in the project. It provides the necessary functions to create, manipulate, and render these shapes using SDL and OpenGL. The shapes include basic geometric forms such as circles, rectangles, and polygons.

It is designed to facilitate the creation and management of shapes within the graphical application, ensuring efficient rendering and interaction.

Author
Loup Picault
Date
2023-10-25