|
HighMap library (C++)
|
Go to the source code of this file.
Classes | |
| class | hmap::InterpolatorCurve |
| Class for performing curve interpolation on a set of points. More... | |
Namespaces | |
| namespace | hmap |
Enumerations | |
| enum | hmap::InterpolationMethodCurve : int { hmap::BEZIER , hmap::BSPLINE , hmap::CATMULLROM , hmap::DECASTELJAU , hmap::POINTS_LERP } |
| Enumeration for specifying the interpolation method for curves. More... | |