摘要:
There are some errors in the code, anyone can help me to find and tell me?Thanks a lot! 阅读全文
posted @ 2010-07-29 16:03 白途思 阅读(972) 评论(0) 推荐(0)
|
|||
|
摘要:
There are some errors in the code, anyone can help me to find and tell me?Thanks a lot! 阅读全文
posted @ 2010-07-29 16:03 白途思 阅读(972) 评论(0) 推荐(0)
摘要:
% % % --------------------------------% % % Author: begtostudy% % % Email : begtostudy@gmail.com% % % --------------------------------function Q=bezier(P,t,w)% Rational Bezier interpolation for give... 阅读全文
posted @ 2010-07-29 15:45 白途思 阅读(641) 评论(0) 推荐(0)
摘要:
You should not use it to draw Bezier curve for practical application, because it’s too slow efficiency. This code is too simple, and not optimized. But you can ues it to learn about the Bezier curve.... 阅读全文
posted @ 2010-07-29 11:19 白途思 阅读(6942) 评论(0) 推荐(0) |
|||