![]() |
TGX 1.0.3
A tiny 2D/3D graphics library optimized for 32 bits microcontrollers.
|
▼Ntgx | |
CBox2 | Generic 2D Box [specializations iBox2 , fBox2, dBox2] |
CBox3 | Generic 3D Box [specializations iBox3, fBox3, dBox3] |
CHSV | Color in H/S/V format [experimental] |
CImage | Image class [MAIN CLASS FOR THE 2D API] |
CMat4 | Generic 4x4 matrix [specializations fMat4, dMat4] |
CMesh3D | 3D mesh data stucture |
CRenderer3D | Class for drawing 3D objects onto a Image [MAIN CLASS FOR THE 3D API] |
CRGB24 | Color in R8/G8/B8 format |
CRGB32 | Color in R8/G8/B8/A8 format |
CRGB565 | Color in R5/G6/B5 format |
CRGB64 | Color in R16/G16/B16/A16 format |
CRGBf | Color in R,G,B float format |
CVec2 | Generic 2D vector [specializations iVec2, fVec2, dVec2] |
CVec3 | Generic 3D vector [specializations iVec3, fVec3, dVec3] |
CVec4 | Geenric 4D vector [specializations iVec4, fVec4, dVec4] |
CGFXfont | GFXFont font format |
CILI9341_t3_font_t | ILI9341_t3 PJRC font format |