From b2979b6425edab848da9f62190d6a1355c50ac29 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 16 Nov 2021 00:02:16 +0100 Subject: Reformat to FLTK style, improve documentation No code changes. Replace '#define fl_clip ..' with an inline method. --- src/fl_curve.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/fl_curve.cxx b/src/fl_curve.cxx index bfd5125a3..58cb2767a 100644 --- a/src/fl_curve.cxx +++ b/src/fl_curve.cxx @@ -1,5 +1,5 @@ // -// Bezier curve functions for the Fast Light Tool Kit (FLTK). +// Bézier curve functions for the Fast Light Tool Kit (FLTK). // // Copyright 1998-2010 by Bill Spitzak and others. // @@ -16,7 +16,7 @@ /** \file fl_curve.cxx - \brief Utility for drawing Bezier curves, adding the points to the + \brief Utility for drawing Bézier curves, adding the points to the current fl_begin/fl_vertex/fl_end path. Incremental math implementation: -- cgit v1.2.3