"Arbitrary Subdivision of Bezier Curves," by B. A Barsky TR UCB/CSD 85/265
Comp Sci Div, University of California, Berkeley, November 1985.
If anyone can help, either by sending me a copy of the article or providing
some theory or pointing me to some easily available reference I would greatly
appreciate it.
Thanks in anticipation
CON NERI
All Graphic R+D e-mail: c...@allgfx.agi.oz.au
49-53 Barry ST tele: +61-3-3471722
Carlton fax: +61-3-3472175
Vic 3053
AUSTRALIA
Given the control points P1, P2, P3, P4, a Bezier curve may be split in half by computing L1 - L4 and R1 - R4
where
L1 = P1
L2 = (P1 + P2)/2
H = (P2 + P3)/2
L3 = (L2 + H)/2
R2 = (H + R3)/2
L4 = R1 = (L3 + R2)/2
R3 = (P3 + P4)/2
R4 = P4
Draw a picture of it all. Its nice and easy.
--
Peter Horan
pe...@deakin.oz.au