Method | Description | |
---|---|---|
Bezier ( Point c1, Point c2, Point c3, Point c4 ) : System | ||
genColorTable ( ) : int[] |
Method | Description | |
---|---|---|
B1 ( float t ) : float | ||
B2 ( float t ) : float | ||
B3 ( float t ) : float | ||
B4 ( float t ) : float | ||
getPoint ( float t ) : Point |
public Bezier ( Point c1, Point c2, Point c3, Point c4 ) : System | ||
c1 | Point | |
c2 | Point | |
c3 | Point | |
c4 | Point | |
return | System |