Constructor SplinePath
SplinePath(IEnumerable<SplineSlice<Spline>>)
Creates a new SplinePath from a collection of SplineSlice<T>.
Declaration
public SplinePath(IEnumerable<SplineSlice<Spline>> slices)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<SplineSlice<Spline>> | slices | The splines to create this path with. |