Method SmoothTangents
- Namespace
- Pinwheel.Griffin.SplineTool
- Assembly
- Pinwheel.Polaris.Runtime.dll
SmoothTangents(params int[])
Attempt to smooth out the spline path to make a nice curvy spline.
public int[] SmoothTangents(params int[] anchorIndices)
Parameters
anchorIndices
int[]Segments connected to these anchors will be smoothed.
Returns
- int[]
Indices of affected segments.