aboutsummaryrefslogtreecommitdiffstats
path: root/src/gmisc/gmisc_matrix2d.c
Commit message (Collapse)AuthorAgeFilesLines
* using GFX_PI internally to avoid issues with M_PIJoel Bodenmann2015-11-281-1/+1
|
* Make all include paths in ugfx relative.inmarket2015-11-211-1/+1
| | | | The only include path now needed is for drivers (in particular GDISP drivers)
* Big file rename to reduce problems with brain-dead IDE's that don't handle ↵inmarket2015-01-211-4/+0
| | | | | | | project file hierarchies well. Naming is more consistent with the new scheme. May affect some third party drivers (header file renames).
* Add MatrixFloat2D and MatrixFixed2D operations to GMISC.inmarket2014-11-211-0/+196
Add polygon demo