Click to See Complete Forum and Search --> : Points to curve
tangzibo
April 26th, 1999, 12:16 AM
Hi
I want construct one or more bezier3 curve(s) which nearly through a series of points. Where can me find some help?
Thanks.
Paul McKenzie
April 26th, 1999, 12:30 AM
CDC::PolyDraw()
CDC::PolyBezierTo()
CDC::PolyBezier()
Regards,
Paul McKenzie
tangzibo
April 26th, 1999, 01:01 AM
Thanks reply, but my question is how to "construct" one or more bezier3 curve(s) which "nearly" through "hundreds" or "thousands" points.
Gomez Addams
April 26th, 1999, 01:16 PM
There is a VC technical article called 'Connectors and Cables'
with a sample program called 'DragBez' that might be helpful.
tangzibo
April 26th, 1999, 08:49 PM
Where is that article? Will you please tell me the URL? Thanks.
Dave Lorde
April 27th, 1999, 10:25 AM
See the VC++ Docs or MSDN (on the Microsoft web site if you don't have a copy):
Technical Articles/Multimedia/GDI/Connectors and Cables
Dave
Jerry Coffin
April 30th, 1999, 10:03 PM
Instead of using Bezier curves, you probably want to use a cubic B-Spline. IIRC, I've got some code for one. Send me email if you'd like a copy.
The universe is a figment of its own imagination.
tangzibo
May 3rd, 1999, 09:08 PM
Thanks. Cubic B-Spline will be very helpful.
My email address: tzb@dekang.com
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.