Previous Next


                                       1154
Bibliography



Arvo, J. (ed.), Graphics Gems II, Academic Press, 1994. The section “Geometric-
ally Continuous Cubic Bézier Curves” by Hans-Peter Seidel describes the mathe-
matics used to smoothly join two cubic Bézier curves.

CIP4. See International Cooperation for the Integration of Processes in Prepress,
Press and Postpress.

Ecma International, Standard ECMA-363, Universal 3D File Format. This docu-
ment is available at <http://www.ecma-international.org/>

Fairchild, M. D., Color Appearance Models, Addison-Wesley, Reading, MA, 1997.
Covers color vision, basic colorimetry, color appearance models, cross-media
color reproduction, and the current CIE standards activities. Updates, software,
and color appearance data are available at < http://www.cis.rit.edu/people/faculty/
fairchild/CAM.html >.

Federal Information Processing Standards Publications:

• FIPS PUB 186-2, Digital Signature Standard, describes DSA signatures. It is
  available at
  <http://csrc.nist.gov/publications/fips/fips186-2/fips186-2-change1.pdf>
• FIPS PUB 197, Advanced Encryption Standard (AES)
Foley, J. D. et al., Computer Graphics: Principles and Practice, Addison-Wesley,
Reading, MA, 1996. (First edition was Foley, J. D. and van Dam, A., Fundamentals
of Interactive Computer Graphics, Addison-Wesley, Reading, MA, 1982.) Covers
many graphics-related topics, including a thorough treatment of the mathematics
of Bézier cubics and Gouraud shadings.

Glassner, A. S. (ed.), Graphics Gems, Academic Press, 1993. The section “An Al-
gorithm for Automatically Fitting Digitized Curves” by Philip J. Schneider de-
scribes an algorithm for determining the set of Bézier curves approximating an
arbitrary set of user-provided points. Appendix 2 contains an implementation of
the algorithm, written in the C programming language. Other sections relevant to
the mathematics of Bézier curves include “Solving the Nearest-Point-On-Curve
Problem” and “A Bézier Curve-Based Root-Finder,” both by Philip J. Schneider,
and “Some Properties of Bézier Curves” by Ronald Goldman. The source code
appearing in the appendix is available via anonymous FTP, as described in the
preface to Graphics Gems III (edited by D. Kirk; see its entry below).

Previous Next