C# Class PixelFarm.Agg.Transform.LineInterpolatorDDA

Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode 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 méthode

public LineInterpolatorDDA ( int fractionShift ) : System
fractionShift int
Résultat System

LineInterpolatorDDA() public méthode

public LineInterpolatorDDA ( int y1, int y2, int count, int fractionShift ) : System
y1 int
y2 int
count int
fractionShift int
Résultat System

Next() public méthode

public Next ( ) : void
Résultat void

Next() public méthode

public Next ( int n ) : void
n int
Résultat void

Prev() public méthode

public Prev ( ) : void
Résultat void

Prev() public méthode

public Prev ( int n ) : void
n int
Résultat void

dy() public méthode

public dy ( ) : int
Résultat int

y() public méthode

public y ( ) : int
Résultat int