![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the Triangle2D class for representing and manipulating 2D triangles. More...
#include "../../Scene/Materials/Material.h"
#include "../../Utils/Math/Transform.h"
#include "../../Utils/Math/Vector2D.h"
#include "../../Physics/Utils/BoundingBox2D.h"
#include "Triangle3D.h"
Go to the source code of this file.
Classes | |
class | Triangle2D |
Represents a 2D triangle with support for UV mapping, depth, and intersection testing. More... | |
Defines the Triangle2D class for representing and manipulating 2D triangles.
The Triangle2D class provides functionality to define, transform, and test intersections with 2D triangles. It includes support for UV mapping, depth calculations, and material assignment.
22/12/2024 22/12/2024
Definition in file Triangle2D.h.