Constructor SplinePath
SplinePath(IEnumerable<T>)
Create a new SplinePath<T> from a collection of ISpline.
Declaration
public SplinePath(IEnumerable<T> slices)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | slices | A collection of ISpline. |