Cover image for Computer graphics for Java programmers
Title:
Computer graphics for Java programmers
Author:
Ammeraal, L. (Leendert)
ISBN:
9780471981428
Personal Author:
Publication Information:
Chichester ; New York : Wiley, ©1998.
Physical Description:
x, 271 pages : illustrations ; 24 cm.
Series:
Worldwide series in computer science

Worldwide series in computer science.
Contents:
Elementary Concepts -- Applied Geometry -- Rotations and Other Transformations -- Some Classic Algorithms -- Perspective -- Hidden-face Elimination -- Hidden-line Elimination -- Some Applications -- Linear Interpolation of 1/z -- A Note on Event Handling -- File Obj3D.java -- Program HLines.java -- Hints and Solutions to Exercises.
Abstract:
Computer Graphics for Java Programmers is a good place to start for those with a little experience of Java who wish to create and manipulate 2D and 3D graphical objects. Two-dimensional subjects discussed include logical coordinates, triangulation of polygons and both Bezier and B-spline curve fitting. There is also a chapter about transformations, culminating in a useful Java class for 3D rotations about an arbitrary axis. The perspective representation of 3D solid objects is discussed in detail, including efficient algorithms for hidden-face and hidden-line elimination. These and many other algorithms are accompanied by complete, ready-to-run Java programs which can be downloaded from the accompanying web site.