Numerical Analysis, Eighth Edition

by Richard L. Burden and J. Douglas Faires

Java Programs

 

Back to Home

Parametric Bezier Curves

To construct the cubic Bezier Curve C0, ..., Cn-1 in parametric form, where C is represented by   

(xi(t), yi(t))  = (a0+ a1t  + a2t2 + a3t3 , b0 + b1t + b2t2+ b3t3 ) for 0 <= t <= 1.