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

Provides the definition of the Plane structure and its associated operations. More...

#include "intersection.hpp"
#include "ray.hpp"
Include dependency graph for plane.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mal_math::Plane
 Represents a plane in 3D space defined by its normal and two vectors. More...
 

Namespaces

namespace  mal_math
 Contains mathematical utility functions and classes.
 

Detailed Description

Provides the definition of the Plane structure and its associated operations.

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

The Plane structure represents a mathematical plane in 3D space. It provides functionality to intersect the plane with a ray and to update the plane's definition based on two vectors.

See also
intersection.hpp
ray.hpp

Definition in file plane.hpp.