C# Class AcManager.Controls.OxyPlotGraphViewer.CatmullRomSplineHelper

Show file Open project: gro-ove/actools

Private Methods

Method Description
CreateSpline ( List points, double alpha, double tolerance ) : List
CreateSpline ( IList points, double alpha, double tolerance ) : List
Equals ( OxyPlot.ScreenPoint a, OxyPlot.ScreenPoint b ) : bool
GetT ( double t, OxyPlot.ScreenPoint p0, OxyPlot.ScreenPoint p1, double alpha ) : double
Mult ( double d, OxyPlot.ScreenPoint s ) : OxyPlot.ScreenPoint
Prev ( OxyPlot.ScreenPoint s0, OxyPlot.ScreenPoint s1 ) : OxyPlot.ScreenPoint
Segment ( IList points, OxyPlot.ScreenPoint p0, OxyPlot.ScreenPoint p1, OxyPlot.ScreenPoint p2, OxyPlot.ScreenPoint p3, double alpha, double tolerance ) : void
Sum ( OxyPlot.ScreenPoint a, OxyPlot.ScreenPoint b ) : OxyPlot.ScreenPoint