|
OSSIA
Open Scenario System for Interactive Application
|
Stores the private data of tsBSpline.
Public Attributes | |
| size_t | deg |
| size_t | dim |
| size_t | n_ctrlp |
| size_t | n_knots |
| 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).