![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the Shape base class for representing geometric shapes in 2D space. More...
#include "../../../Utils/Math/Vector2D.h"

Go to the source code of this file.
Classes | |
| class | Shape |
| Abstract base class for 2D geometric shapes. More... | |
Defines the Shape base class for representing geometric shapes in 2D space.
The Shape class provides a common interface for 2D shapes with properties such as center, size, and rotation. Derived classes must implement the IsInShape method to define specific shape boundaries.
22/12/2024 22/12/2024
Definition in file Shape.h.