Knot
Class for representing the end points of interpolated quintic splines.
Parameters
x
x position
y
y position
dx
x derivative
dy
y derivative
d2x
x second derivative
d2y
y second derivative
Constructors
Link copied to clipboard
public QuinticSpline.Knot QuinticSpline.Knot(Double x, Double y, Double dx, Double dy, Double d2x, Double d2y)