Knot
class Knot @JvmOverloads constructor(val x: Double, val y: Double, val dx: Double = 0.0, val dy: Double = 0.0, val d2x: Double = 0.0, val d2y: Double = 0.0)
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