withKnots

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

Sets knots of the curve.