aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: add usage informationMattias Andrée2023-02-061-2/+12
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Remove unused codeMattias Andrée2023-02-061-23/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Rename rtgrpblib_draw_{circular => elliptical}_arcMattias Andrée2023-02-063-9/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add readmeMattias Andrée2023-02-061-0/+25
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix spellingMattias Andrée2023-02-063-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* draw_linear_bezier_reference: check for random linesMattias Andrée2023-02-061-10/+131
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2023-02-052-28/+64
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* draw_linear_bezier_reference: fix bounds checking errorMattias Andrée2023-02-052-20/+49
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix two trivial errors in draw_linear_bezier_reference and add some testsMattias Andrée2023-02-051-3/+398
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2023-02-051-0/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add tests and documentationMattias Andrée2023-02-057-16/+271
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add draw_linear_bezier_referenceMattias Andrée2023-02-055-5/+129
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add rtgrpblib_draw_circular_arcMattias Andrée2023-02-054-2/+75
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* First commitMattias Andrée2023-02-0520-0/+1893
Signed-off-by: Mattias Andrée <maandree@kth.se>