mal-math
C++20 mathematics library.
All Classes Namespaces Files Functions Variables Typedefs Concepts
triangle.hpp File Reference

Defines the Triangle structure and methods for ray-triangle intersection. More...

#include "../math.hpp"
Include dependency graph for triangle.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mal_math::Triangle
 Represents a triangle defined by three 3D points. More...
 

Namespaces

namespace  mal_math
 Contains mathematical utility functions and classes.
 

Detailed Description

Defines the Triangle structure and methods for ray-triangle intersection.

Author
malatindez (Vladyslav Ohlii)
Date
12/09/2023

Definition in file triangle.hpp.