Method | Description | |
---|---|---|
LineInterpolatorDDA ( int fractionShift ) : System | ||
LineInterpolatorDDA ( int y1, int y2, int count, int fractionShift ) : System | ||
Next ( ) : void | ||
Next ( int n ) : void | ||
Prev ( ) : void | ||
Prev ( int n ) : void | ||
dy ( ) : int | ||
y ( ) : int |
public LineInterpolatorDDA ( int fractionShift ) : System | ||
fractionShift | int | |
return | System |
public LineInterpolatorDDA ( int y1, int y2, int count, int fractionShift ) : System | ||
y1 | int | |
y2 | int | |
count | int | |
fractionShift | int | |
return | System |