Builder
Builder of curves in 3D space.
Functions
Link copied to clipboard
Sets type of the curve.
Link copied to clipboard
abstract fun withControlPoints(vararg controlPoints: <Error class: unknown class><T>): Curve3.Builder<T>
abstract fun withControlPoints(controlPoints: List<<Error class: unknown class><T>>): Curve3.Builder<T>
Sets control points defining the curve.
Link copied to clipboard
Sets knots of the curve.