Air-Trap
1.0.0
A multiplayer R-Type clone game engine built with C++23 and ECS architecture
Loading...
Searching...
No Matches
BoundingBox.hpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2025
3
** Air-Trap
4
** File description:
5
** Rect
6
*/
7
8
#pragma once
9
10
namespace
rtp::ecs::components
{
16
struct
BoundingBox
{
17
float
width
{0.0f};
18
float
height
{0.0f};
19
};
20
}
// namespace rtp::ecs::components
rtp::ecs::components
File : Ammo.hpp License: MIT Author : Elias Josué HAJJAR LLAUQUEN elias-josue.hajjar-llauquen@epitech...
Definition
Ammo.hpp:13
rtp::ecs::components::BoundingBox
Definition
BoundingBox.hpp:16
rtp::ecs::components::BoundingBox::height
float height
Height of the rectangle.
Definition
BoundingBox.hpp:18
rtp::ecs::components::BoundingBox::width
float width
Width of the rectangle.
Definition
BoundingBox.hpp:17
common
include
RType
ECS
Components
BoundingBox.hpp
Generated by
1.9.8