withKnots

abstract fun withKnots(knots: List<T>): Curve2.Builder<T>
abstract fun withKnots(vararg knots: T): Curve2.Builder<T>

Sets knots of the curve.