BezierCurve3
data class BezierCurve3<T : Number, Comparable<T>>(val controlPoints: List<<Error class: unknown class><T>>, val type: KClass<T>) : BaseCurve3<T>
Bézier curve in 3D 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.