BSplineCurve2
data class BSplineCurve2<T : Number, Comparable<T>>(val controlPoints: List<<Error class: unknown class><T>>, val knots: List<T>, val type: KClass<T>) : BaseCurve2<T>
B-spline curve in 2D 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.