libsc
1.6.0
|
Data Fields | |
int | d |
int | p |
Dimensionality of control points. | |
int | n |
Number of control points is p + 1. | |
int | m |
Polynomial degree is n >= 0. | |
int | l |
Number of knots is m + 1 = n + p + 2. | |
int | cacheknot |
Number of internal intervals l = m - 2 * n > 0. | |
sc_dmatrix_t * | points |
sc_dmatrix_t * | knots |
int | knots_owned |
sc_dmatrix_t * | works |
int | works_owned |