C# Class netfx.Util.Bezier

Exibir arquivo Open project: asadm/NETFx Class Usage Examples

Public Methods

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

Private Methods

Method 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 method

public Bezier ( Point c1, Point c2, Point c3, Point c4 ) : System
c1 Point
c2 Point
c3 Point
c4 Point
return System

genColorTable() public method

public genColorTable ( ) : int[]
return int[]