split

abstract fun split(t: Double): Array<Curve2>(source)

Return

an array representing the lower and upper regions of the curve, split at t

Parameters

t

a parametric point within the curve, which must be within (0, 1)


open fun split(unsafeTs: DoubleArray): Array<Curve2>(source)

Return

an array of curves, split at the specified points.

Parameters

unsafeTs

an array of parametric split points