메소드 | 설명 | |
---|---|---|
LineInterpolatorDDA2 ( ) : System | ||
LineInterpolatorDDA2 ( int y, int count ) : System | ||
LineInterpolatorDDA2 ( int y1, int y2, int count ) : System | ||
LineInterpolatorDDA2 ( int y1, int y2, int count, int unused ) : System | ||
Next ( ) : void | ||
Prev ( ) : void | ||
adjust_backward ( ) : void | ||
adjust_forward ( ) : void | ||
lft ( ) : int | ||
mod ( ) : int | ||
rem ( ) : int |
public LineInterpolatorDDA2 ( int y, int count ) : System | ||
y | int | |
count | int | |
리턴 | System |
public LineInterpolatorDDA2 ( int y1, int y2, int count ) : System | ||
y1 | int | |
y2 | int | |
count | int | |
리턴 | System |
public LineInterpolatorDDA2 ( int y1, int y2, int count, int unused ) : System | ||
y1 | int | |
y2 | int | |
count | int | |
unused | int | |
리턴 | System |