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

This file defines the implementation of the capsule shape class. 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 capsule_cshape.class.c:

Classes

class  CapsuleCShape
 

Detailed Description

This file defines the implementation of the capsule shape class.

This file contains the implementation details for the capsule shape class, which is used to represent and manipulate capsule-shaped objects within the application. It includes functions for creating, rendering, and managing the properties of capsule shapes.

Detailed description: The capsule shape class provides a way to create and handle capsule-shaped objects in the application. It includes methods for initializing the shape, setting its dimensions, and rendering it using OpenGL. This class is part of the nodes module and interacts with other shape classes to provide a comprehensive set of geometric shapes for the application.

Author
Loup Picault
Date
2023-10-31