com.nchart3d.NChart.NChartInterpolationRange Class Reference

The NChartInterpolationRange class provides properties to store points indices and interpolation parameter for the values of these points. More...

Public Member Functions

 NChartInterpolationRange (int left, int right, double t)
 Initialize instance. More...
 

Public Attributes

int left
 Index of the first point in range.
 
int right
 Index of the last point in range.
 
double t
 Interpolation parameter.
 

Detailed Description

The NChartInterpolationRange class provides properties to store points indices and interpolation parameter for the values of these points.

Constructor & Destructor Documentation

com.nchart3d.NChart.NChartInterpolationRange.NChartInterpolationRange ( int  left,
int  right,
double  t 
)
inline

Initialize instance.

Parameters
left- index of the first point in range.
right- index of the last point in range.
t- interpolation parameter.