mal-math
C++20 mathematics library.
|
Provides the definition of the Plane structure and its associated operations. More...
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. | |
Provides the definition of the Plane structure and its associated operations.
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.
Definition in file plane.hpp.