PicoVGA  1.0-cmake
VGA/TV display on Raspberry Pico
mat2d.h File Reference

File Description

2D Transformation Matrix

Author
Miroslav Nemecek Panda.nosp@m.38@s.nosp@m.eznam.nosp@m..cz
See also
Canvas
#include "pico/double.h"
#include "define.h"
Include dependency graph for mat2d.h:
This graph shows which files directly or indirectly include this file:

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)))