Метод | Описание | |
---|---|---|
Begin ( double x, double y, int len ) : void | ||
GetCoord ( int &x, int &y ) : void | ||
GetLocalScale ( int &x, int &y ) : void | ||
Next ( ) : void | ||
ReSync ( double xe, double ye, int len ) : void | ||
SpanInterpolatorLinear ( Transform trans ) |
public Begin ( double x, double y, int len ) : void | ||
x | double | |
y | double | |
len | int | |
Результат | void |
public GetLocalScale ( int &x, int &y ) : void | ||
x | int | |
y | int | |
Результат | void |
public ReSync ( double xe, double ye, int len ) : void | ||
xe | double | |
ye | double | |
len | int | |
Результат | void |
public SpanInterpolatorLinear ( Transform trans ) | ||
trans | Transform |