[cairo-commit] BIBLIOGRAPHY
Carl Worth
cworth at kemper.freedesktop.org
Thu Nov 30 09:21:01 PST 2006
BIBLIOGRAPHY | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
New commits:
diff-tree 7fb4e978735bd7c9f3cff970ac6757feff3e74bb (from 7fbe594d3d04137daca4d3c3a28057b71b03f33d)
Author: Carl Worth <cworth at cworth.org>
Date: Thu Nov 30 09:15:00 2006 -0800
BIBLIOGRAPHY: Add Joseph O'Rourke's book as recommended by Rafael Villar Burke
diff --git a/BIBLIOGRAPHY b/BIBLIOGRAPHY
index 46693a6..073e636 100644
--- a/BIBLIOGRAPHY
+++ b/BIBLIOGRAPHY
@@ -11,13 +11,16 @@ Given a Bézier path, approximate it wit
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):
More information about the cairo-commit
mailing list