Click or drag to resize

CurveCreateTweenCurves Method

Overload List
  NameDescription
Public methodStatic memberCreateTweenCurves(Curve, Curve, Int32) Obsolete.
Creates curves between two open or closed input curves. Uses the control points of the curves for finding tween curves. That means the first control point of first curve is matched to first control point of the second curve and so on. There is no matching of curves direction. Caller must match input curves direction before calling the function.
Public methodStatic memberCreateTweenCurves(Curve, Curve, Int32, Double)
Creates curves between two open or closed input curves. Uses the control points of the curves for finding tween curves. That means the first control point of first curve is matched to first control point of the second curve and so on. There is no matching of curves direction. Caller must match input curves direction before calling the function.
Top
See Also