Smooth curve (don't round double to int)

This commit is contained in:
Paul Dicker
2025-04-23 18:25:35 +02:00
committed by Stéphane Lesimple
parent aa00ac9e3e
commit 235a6243d2
2 changed files with 4 additions and 3 deletions

View File

@@ -690,7 +690,7 @@ void GuiFreeCurve(Curve*);
void GuiUpdateCurveGeometry(Curve*, char*, int);
int GuiCurveX(Curve*, gdouble);
int GuiCurveY(Curve*, gdouble);
gdouble GuiCurveY(Curve*, gdouble);
int GuiCurveLogY(Curve*, gdouble);
void GuiRedrawAxes(cairo_t *cr, Curve*);