TGX 1.0.3
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
Loading...
Searching...
No Matches
Box3.h File Reference

3D box class More...

#include "Misc.h"
#include "Vec3.h"
#include <type_traits>
#include <stdint.h>

Go to the source code of this file.

Classes

struct  tgx::Box3< T >
 Generic 3D Box [specializations iBox3, fBox3, dBox3]. More...
 

Typedefs

typedef Box3< int > tgx::iBox3
 Integer-valued 3D box.
 
typedef Box3< float > tgx::fBox3
 Floating point valued 3D box with single(float) precision.
 
typedef Box3< double > tgx::dBox3
 Floating point valued 3D box with double precision.
 

Detailed Description

3D box class