public class PolynomialBasisSpline
extends java.lang.Object
PolynomialBasisSpline implements Samples for the Construction and the usage of polynomial (both regular
and Hermite) basis spline functions. It demonstrates the following:
- Control the polynomial segment using the rational shape controller, the appropriate Ck, and the basis
function.
- Demonstrate the variational shape optimization behavior.
- Estimate the node value and the node value Jacobian with the segment, as well as at the boundaries.
- Calculate the segment monotonicity and the curvature penalty.
- Author:
- Lakshmi Krishnamurthy