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

Defines a templated bounding box class for 3D primitives. More...

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

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.
 

Detailed Description

Defines a templated bounding box class for 3D primitives.

Definition in file box.hpp.