C# Class NewTOAPIA.Drawing.dda_line_interpolator

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
Next ( ) : void
Next ( int n ) : void
Prev ( ) : void
Prev ( int n ) : void
dda_line_interpolator ( int FractionShift ) : System
dda_line_interpolator ( int y1, int y2, int count, int FractionShift ) : System
dy ( ) : int
y ( ) : int

Method Details

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

dda_line_interpolator() public méthode

public dda_line_interpolator ( int FractionShift ) : System
FractionShift int
Résultat System

dda_line_interpolator() public méthode

public dda_line_interpolator ( int y1, int y2, int count, int FractionShift ) : System
y1 int
y2 int
count int
FractionShift int
Résultat System

dy() public méthode

public dy ( ) : int
Résultat int

y() public méthode

public y ( ) : int
Résultat int