TinySpline
0.7.0
Spline Library for a Multitude of Programming Languages
|
Public Attributes | |
size_t | deg |
size_t | dim |
size_t | n_ctrlp |
size_t | n_knots |
Stores the private data of tsBSpline.
size_t tsBSplineImpl::deg |
Degree of B-Spline basis function.
size_t tsBSplineImpl::dim |
Dimensionality of the control points (2D => x, y).
size_t tsBSplineImpl::n_ctrlp |
Number of control points.
size_t tsBSplineImpl::n_knots |
Number of knots (n_ctrlp + deg + 1).