From bf825f8ebd18615fdbecb449c14300105d469a24 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Wed, 30 Nov 2022 22:40:52 +0100 Subject: Add a unit test for drawing complex shapes (#565) --- documentation/src/drawing.dox | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'documentation') 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()
void fl_pop_matrix() -- cgit v1.2.3