C# Class netfx.Util.Bezier

Afficher le fichier Open project: asadm/NETFx Class Usage Examples

Méthodes publiques

Méthode Description
Bezier ( Point c1, Point c2, Point c3, Point c4 ) : System
genColorTable ( ) : int[]

Private Methods

Méthode Description
B1 ( float t ) : float
B2 ( float t ) : float
B3 ( float t ) : float
B4 ( float t ) : float
getPoint ( float t ) : Point

Method Details

Bezier() public méthode

public Bezier ( Point c1, Point c2, Point c3, Point c4 ) : System
c1 Point
c2 Point
c3 Point
c4 Point
Résultat System

genColorTable() public méthode

public genColorTable ( ) : int[]
Résultat int[]