BSplineCurve3
data class BSplineCurve3<T : Number, Comparable<T>>(val controlPoints: List<<Error class: unknown class><T>>, val knots: List<T>, val type: KClass<T>) : BaseCurve3<T>
B-spline curve in 3D space, defined by given controlPoints and knots.
Since
v2.0.0
Constructors
Functions
Link copied to clipboard
Returns point on this curve at a given parameterValue.
Link copied to clipboard
Returns an interpolator using points on this curve as values.
Link copied to clipboard
Returns polygonal chain approximating this curve.