From e56e7bd1ec3081a13e44319a1b2793f4043d07dd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 15 Apr 2016 18:02:17 +1000 Subject: Add lib for n-dimensional cubic curve fitting This will be used for calculating bezier curves from freehand drawing, may be used for other areas too. Original code from GraphicsGems, 1990 (FitCurve.c), with updates from OpenToonz, under 3 clause BSD license. with own minor modifications for integration with Blender: - support adding extra custom-data. - improved handle clamping. --- doc/doxygen/doxygen.extern.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/doxygen') diff --git a/doc/doxygen/doxygen.extern.h b/doc/doxygen/doxygen.extern.h index 6c6872ff53f..27b53ad24ab 100644 --- a/doc/doxygen/doxygen.extern.h +++ b/doc/doxygen/doxygen.extern.h @@ -11,6 +11,10 @@ * */ +/** \defgroup curve_fit Curve Fitting Library + * \ingroup extern + */ + /** \defgroup bullet Bullet Physics Library * \ingroup extern * \see \ref bulletdoc -- cgit v1.2.3