![]() |
TGX 1.0.4
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
|
3D box class More...
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. | |
3D box class