|
Developer Documentation
|
Public Member Functions | |
| Polynomial< Degree > & | operator[] (unsigned int idx) |
| const Polynomial< Degree > & | operator[] (unsigned int idx) const |
| void | printnl (void) const |
| BSplineComponents | scale (double s) const |
| BSplineComponents | shift (double s) const |
Public Attributes | |
| Polynomial< Degree > | polys [Degree+1] |
Definition at line 84 of file BSplineData.h.