An extended Bezier Library or Algorithms of bezier operations
Posted
by Sorush Rabiee
on Stack Overflow
See other posts from Stack Overflow
or by Sorush Rabiee
Published on 2010-04-02T17:09:49Z
Indexed on
2010/04/02
17:13 UTC
Read the original article
Hit count: 375
Hi,
Is there a library of data structures and operations for quadratic bezier curves? I need to implement:
- bezier to bitmap converting with arbitrary quality
- optimizing bezier curves
- common operations like subtraction, extraction, rendering etc.
languages: c,c++,.net,python
Algorithms without implementation (pseudocode or etc) could be useful too. (especially optimization)
© Stack Overflow or respective owner