mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-24 20:40:32 +01:00
BIBLIOGRAPHY: Add Joseph O'Rourke's book as recommended by Rafael Villar Burke
This commit is contained in:
parent
7fbe594d3d
commit
7fb4e97873
1 changed files with 5 additions and 2 deletions
|
|
@ -11,13 +11,16 @@ Given a Bézier path, approximate it with line segments:
|
|||
|
||||
That technical report might be "hard" to find, but fortunately
|
||||
this algorithm will be described in any reasonable textbook on
|
||||
computational geometry. One that is recommended by a
|
||||
contributor to cairo is:
|
||||
computational geometry. Two that have been recommended by
|
||||
cairo contributors are:
|
||||
|
||||
"Computational Geometry, Algorithms and Applications", M. de
|
||||
Berg, M. van Kreveld, M. Overmars, M. Schwarzkopf;
|
||||
Springer-Verlag, ISBN: 3-540-65620-0.
|
||||
|
||||
"Computational Geometry in C (Second Edition)", Joseph
|
||||
O'Rourke, Cambridge University Press, ISBN 0521640105.
|
||||
|
||||
Then, if stroking, construct a polygonal representation of the pen
|
||||
approximating a circle (if filling skip three steps):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue