|
mal-math
C++20 mathematics library.
|
Defines a templated bounding box class for 3D primitives. More...
#include "../math.hpp"Go to the source code of this file.
Classes | |
| struct | mal_math::TBox< T > |
| A templated bounding box structure in 3D. More... | |
Namespaces | |
| namespace | mal_math |
| Contains mathematical utility functions and classes. | |
Typedefs | |
| using | mal_math::Box = TBox<float> |
| Box defined with floats. | |
| using | mal_math::Boxf = TBox<float> |
| Same as Box. | |
| using | mal_math::Boxd = TBox<double> |
| Box defined with doubles. | |
Defines a templated bounding box class for 3D primitives.
Definition in file box.hpp.