Class SplineGenerator
Class SplineGenerator. Implements the IPathGenerator
public class SplineGenerator : IPathGenerator
- Inheritance
-
SplineGenerator
- Implements
- Inherited Members
Constructors
SplineGenerator()
public SplineGenerator()
- See Also
Methods
Path(IEnumerable<Point>)
Pathes the specified data.
public string Path(IEnumerable<Point> data)
Parameters
data
IEnumerable<Point>The data.
Returns
- string
System.String.
- See Also