![]() |
Numerical Analysis, Eighth Editionby Richard L. Burden and J. Douglas FairesJava Programs |
Parametric Bezier CurvesTo construct the cubic Bezier Curve C0, ..., Cn-1 in parametric form, where Ci is represented by (xi(t), yi(t)) = (a0+ a1t + a2t2 + a3t3 , b0 + b1t + b2t2+ b3t3 ) for 0 <= t <= 1. |
|
|