BezierCurve2
data class BezierCurve2<T : Number, Comparable<T>>(val controlPoints: List<<Error class: unknown class><T>>, val type: KClass<T>) : BaseCurve2<T>
Bézier curve in 2D space, defined by given controlPoints.
Since
v2.0.0
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.