C# Class PixelFarm.Agg.Transform.LineInterpolatorDDA2

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

Method Details

LineInterpolatorDDA2() public méthode

public LineInterpolatorDDA2 ( ) : System
Résultat System

LineInterpolatorDDA2() public méthode

public LineInterpolatorDDA2 ( int y, int count ) : System
y int
count int
Résultat System

LineInterpolatorDDA2() public méthode

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

LineInterpolatorDDA2() public méthode

public LineInterpolatorDDA2 ( int y1, int y2, int count, int unused ) : System
y1 int
y2 int
count int
unused int
Résultat System

Next() public méthode

public Next ( ) : void
Résultat void

Prev() public méthode

public Prev ( ) : void
Résultat void

adjust_backward() public méthode

public adjust_backward ( ) : void
Résultat void

adjust_forward() public méthode

public adjust_forward ( ) : void
Résultat void

lft() public méthode

public lft ( ) : int
Résultat int

mod() public méthode

public mod ( ) : int
Résultat int

rem() public méthode

public rem ( ) : int
Résultat int