Click or drag to resize

InterpolateNewCatmullRom Method

Overload List
  NameDescription
Public methodStatic memberNewCatmullRom(Transform, Int32, Boolean)
Returns sequence generator from the first node, through each control point, and to the last node. N points are generated between each node (slices) using Catmull-Rom.
Public methodStatic memberNewCatmullRom(Vector3, Int32, Boolean)
A Vector3[] variation of the Transform[] NewCatmullRom() function. Same functionality but using Vector3s to define curve.
Top
See Also