R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Collider Struct Reference

Represents a circular collider for an entity, defined by its radius. More...

#include <Collider.hpp>

Collaboration diagram for Collider:
Collaboration graph

Data Fields

float radius
 

Detailed Description

Represents a circular collider for an entity, defined by its radius.

This structure is used to define a simple circular collider for an entity, where collisions are checked based on the entity's position and its radius.

Definition at line 10 of file Collider.hpp.

Field Documentation

◆ radius

float Collider::radius

The radius of the circular collider.

Definition at line 11 of file Collider.hpp.


The documentation for this struct was generated from the following file: