diff options
| author | Matthias Melcher <github@matthiasm.com> | 2022-11-30 22:40:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-30 22:40:52 +0100 |
| commit | bf825f8ebd18615fdbecb449c14300105d469a24 (patch) | |
| tree | 2e9c3f075b124347eea974c9b429c06d5f29df78 /documentation/src/drawing.dox | |
| parent | bc3bbb7ca028db377ec4b2acbe74d8f2c8a5c149 (diff) | |
Add a unit test for drawing complex shapes (#565)
Diffstat (limited to 'documentation/src/drawing.dox')
| -rw-r--r-- | documentation/src/drawing.dox | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/src/drawing.dox b/documentation/src/drawing.dox index f69796d24..8b0f37d2e 100644 --- a/documentation/src/drawing.dox +++ b/documentation/src/drawing.dox @@ -557,6 +557,12 @@ severely limits the accuracy of these functions for complex graphics, so use OpenGL when greater accuracy and/or performance is required. +void fl_load_matrix(double a,double b,double c,double d,double x,double y) +void fl_load_identity() + +\par +Set the current transformation. + void fl_push_matrix() <br> void fl_pop_matrix() |
