![]() |
PicoVGA
1.0-cmake
VGA/TV display on Raspberry Pico
|
2D Transformation Matrix
Go to the source code of this file.
Data Structures | |
class | cMat2D< m2type > |
Transformation matrix. More... | |
class | cMat2Df |
2D Transformation Matrix More... | |
Macros | |
#define | TOFRACT(f) ((int)((f)*FRACTMUL + (((f) < 0) ? -0.5f : 0.5f))) |