e56e7bd1ec
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.
22 lines
619 B
C
22 lines
619 B
C
/** \defgroup extern External libraries
|
|
* \section externabout External libraries
|
|
* As with \ref intern these libraries are
|
|
* provided in the Blender codebase. This is
|
|
* to make building Blender easier. The main
|
|
* development of these libraries is \b not part
|
|
* of the normal Blender development process, but
|
|
* each of the library is developed separately.
|
|
* Whenever deemed necessary libraries in \c extern/
|
|
* folder are updated.
|
|
*
|
|
*/
|
|
|
|
/** \defgroup curve_fit Curve Fitting Library
|
|
* \ingroup extern
|
|
*/
|
|
|
|
/** \defgroup bullet Bullet Physics Library
|
|
* \ingroup extern
|
|
* \see \ref bulletdoc
|
|
*/
|