ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
ScottPlot.PathStrategies.CubicSpline Class Reference

Connect points with Catmull-Rom cubic splines, see https://doi.org/10.1007/s42979-021-00770-x NaN values will be skipped, producing a gap in the path. More...

Inheritance diagram for ScottPlot.PathStrategies.CubicSpline:
ScottPlot.IPathStrategy

Public Member Functions

SKPath GetPath (IEnumerable< Pixel > pixels)
 

Properties

double Tension = 1.0f [get, set]
 

Detailed Description

Connect points with Catmull-Rom cubic splines, see https://doi.org/10.1007/s42979-021-00770-x NaN values will be skipped, producing a gap in the path.

Member Function Documentation

◆ GetPath()

SKPath ScottPlot.PathStrategies.CubicSpline.GetPath ( IEnumerable< Pixel pixels)
inline

Property Documentation

◆ Tension

double ScottPlot.PathStrategies.CubicSpline.Tension = 1.0f
getset

The documentation for this class was generated from the following file: