diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-16 00:02:16 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-11-16 00:02:16 +0100 |
| commit | b2979b6425edab848da9f62190d6a1355c50ac29 (patch) | |
| tree | f536c317116d8f4d7d5bb400a168e35803a395fc /src | |
| parent | e4d8b941025fcdd232e748227634529f752381b7 (diff) | |
Reformat to FLTK style, improve documentation
No code changes.
Replace '#define fl_clip ..' with an inline method.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_curve.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
