C# Class PixelFarm.Agg.Transform.LineInterpolatorDDA

Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

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

Method Details

LineInterpolatorDDA() public method

public LineInterpolatorDDA ( int fractionShift ) : System
fractionShift int
return System

LineInterpolatorDDA() public method

public LineInterpolatorDDA ( int y1, int y2, int count, int fractionShift ) : System
y1 int
y2 int
count int
fractionShift int
return System

Next() public method

public Next ( ) : void
return void

Next() public method

public Next ( int n ) : void
n int
return void

Prev() public method

public Prev ( ) : void
return void

Prev() public method

public Prev ( int n ) : void
n int
return void

dy() public method

public dy ( ) : int
return int

y() public method

public y ( ) : int
return int