Introduction to Computer Graphics - 5 Angebote vergleichen

Bester Preis: 0,68 (vom 02.07.2015)
1
9780201609219 - James D. Foley, Andries van Dam, Steven K. Feiner, John F. Hughes, Richard L. Phillips: Introduction to Computer Graphics
James D. Foley, Andries van Dam, Steven K. Feiner, John F. Hughes, Richard L. Phillips

Introduction to Computer Graphics (1993)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN HC US

ISBN: 9780201609219 bzw. 0201609215, in Englisch, 632 Seiten, Addison-Wesley Professional, gebundenes Buch, gebraucht.

0,68 ($ 0,75)¹ + Versand: 3,61 ($ 3,99)¹ = 4,29 ($ 4,74)¹
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Usually ships in 1-2 business days.
Von Händler/Antiquariat, Firehouse Liquidation.
This adaptation of the definitive book in the field (Computer Graphics, Second Edition by Foley, et al.,) provides a more concise, less expensive introduction to computer graphics. While retaining the currency and accuracy of the larger work, coverage has been trimmed to the essential topics. Explanations of key concepts have been expanded and further illustrated, assuming less background on the part of the reader. This brief version uses C as the programming language for all worked examples. An Introduction to Computer Graphics does not replace the highly regarded Second Edition of Foley, et al., but simply offers professionals the option of a briefer, less expensive version. Hardcover, Ausgabe: Subsequent, Label: Addison-Wesley Professional, Addison-Wesley Professional, Produktgruppe: Book, Publiziert: 1993-09-10, Studio: Addison-Wesley Professional, Verkaufsrang: 819928.
2
9780201609219 - James D. Foley, Andries van Dam, Steven K. Feiner, John F. Hughes, Richard L. Phillips: Introduction to Computer Graphics
James D. Foley, Andries van Dam, Steven K. Feiner, John F. Hughes, Richard L. Phillips

Introduction to Computer Graphics (1993)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN HC NW

ISBN: 9780201609219 bzw. 0201609215, in Englisch, 632 Seiten, Addison-Wesley Professional, gebundenes Buch, neu.

16,66 ($ 18,42)¹ + Versand: 3,61 ($ 3,99)¹ = 20,27 ($ 22,41)¹
unverbindlich
Lieferung aus: Vereinigte Staaten von Amerika, Usually ships in 1-2 business days.
Von Händler/Antiquariat, Your Online Bookstore.
This adaptation of the definitive book in the field (Computer Graphics, Second Edition by Foley, et al.,) provides a more concise, less expensive introduction to computer graphics. While retaining the currency and accuracy of the larger work, coverage has been trimmed to the essential topics. Explanations of key concepts have been expanded and further illustrated, assuming less background on the part of the reader. This brief version uses C as the programming language for all worked examples. An Introduction to Computer Graphics does not replace the highly regarded Second Edition of Foley, et al., but simply offers professionals the option of a briefer, less expensive version. Hardcover, Ausgabe: Subsequent, Label: Addison-Wesley Professional, Addison-Wesley Professional, Produktgruppe: Book, Publiziert: 1993-09-10, Studio: Addison-Wesley Professional, Verkaufsrang: 819928.
3
9780201609219 - Foley, James D.; van Dam, Andries; Feiner, Steven K.; Hughes, John F.; Phillips, Richard L.: Introduction to Computer Graphics
Foley, James D.; van Dam, Andries; Feiner, Steven K.; Hughes, John F.; Phillips, Richard L.

Introduction to Computer Graphics (1993)

Lieferung erfolgt aus/von: Vereinigte Staaten von Amerika EN HC

ISBN: 9780201609219 bzw. 0201609215, in Englisch, Addison-Wesley Professional, gebundenes Buch.

Lieferung aus: Vereinigte Staaten von Amerika, Versandkostenfrei.
Von Händler/Antiquariat, Book Deals [60506629], Lewiston, NY, U.S.A.
This Book is in Good Condition. Clean Copy With Light Amount of Wear. 100% Guaranteed. Summary: (All chapters, except Chapters 5 and 6 contain a Summary, and all chapters conclude with Exercises.) 1. Introducing: Computer Graphics. A Few Uses of Computer Graphics. A Brief History of Computer Graphics. Output Technology. Input Technology. Software Portability. The Advantages of Interactive Graphics. Conceptual Framework for Interactive Graphics. Application Modeling. Display of the Model. Interaction Handling. 2. Programming in the Simple Raster Graphics Package (SRGP). Drawing with SRGP. Specification of Graphics Primitives. Attributes. Filled Primitives and Their Attributes. Saving and Restoring Attributes. Text. Basic Interaction Handling. Human Factors. Logical Input Devices. Sampling Versus Event-Driven Processing. Sample Mode. Event Mode. Pick Correlation for Interaction Handling. Setting Device Measure and Attributes. Raster Graphics Features. Canvases. Clipping Rectangles. The SRGP_copyPixel Operation. Write Mode or RasterOp. Limitation of SRGP. Application Coordinate Systems. Storage of Primitives for Respecification. 3. Basic Raster Graphics Algorithms for Drawing 2D Primitives. Overview. Implications of Display-System Architectures. The Output Pipeline in Software. Scan Converting Lines. The Basic Incremental Algorithm. Midpoint Line Algorithm. Additional Issues. Scan Converting Circles. Eight-Way Symmetry. Midpoint Circle Algorithm. Filling Rectangles. Filling Polygons. Horizontal Edges. Slivers. Edge Coherence and the Scan-Line Algorithm. Pattern Filling Using Scan Conversion. Pattern Filling Without Repeated Scan Conversion. Thick Primitives. Replicating Pixels. The Moving Pen. Clipping in a Raster World. Clipping Lines. Clipping Endpoints. Clipping Lines by Solving Simultaneous Equations. The Cohen-Sutherland Line-Clipping Algorithm. A Parametric Line-Clipping Algorithm. Clipping Circles. Clipping Circles. The Sutherland-Hodgman Polygon-Clipping Algorithm. Generating Characters. Defining and Clipping Characters. Implementing a Text Output Primitive. SRGP_copyPixel. Antialiasing. Increasing Resolution. Unweighted Area Sampling. Weighted Area Sampling. Advanced Topics. 4. Graphics Hardware. Hardcopy Technologies. Display Technologies. Raster-scan Display Systems. Simple Raster Display System. Raster Display System with Peripheral Display Processor. Additional Display-Processor Functionality. Raster Display System with Integrated Display Processor. The Video Controller. Bitmap Transformations and Windowing. Video Mixing. Input Devices for Operator Interaction. Locator Devices. Keyboard Devices. Valuator Devices. Choice Devices. Image Scanners. 5. Geometrical Transformations. Mathematical Preliminaries. Vector Spaces. The Dot Product in R. Properties of the Dot Product. Orthonormal Bases. Matrices. Matrix Multiplication. Determinants. Matrix Transpose. Matrix Inverse. Exploring Further. 2D Transformation. Homogeneous Coordinates and Matrix Representation of 2D Transformations. Composition of 2D Transformations. The Window-to-Viewport Transformation. Efficiency. Matrix Representation of 3D Transformations. Composition of 3D Transformations. Transformations as a Change in Coordinate System. 6. Viewing in 3D. The Synthetic Camera and Steps. Projections. Perspective Projections. Parallel Projections. Specifying an Arbitrary 3D View. Examples of 3D Viewing. Perspecti.
4
9780201609219 - Foley, James D; Van Dam, Andries; Feiner, Steven K.; Hughes, John F.; Phillips, Richard L.: Introduction to Computer Graphics
Foley, James D; Van Dam, Andries; Feiner, Steven K.; Hughes, John F.; Phillips, Richard L.

Introduction to Computer Graphics (1997)

Lieferung erfolgt aus/von: Deutschland EN HC US

ISBN: 9780201609219 bzw. 0201609215, in Englisch, Addison Wesley, Boston, gebundenes Buch, gebraucht, mit Einband.

11,65 + Versand: 6,79 = 18,44
unverbindlich
Von Händler/Antiquariat, Frontis Books [262693], Albourne, United Kingdom.
557pp, black and white and colour illustrations. Clean and unmarked with no annotations. Size: 8vo - over 7¾" - 9¾" tall.
5
9780201609219 - Foley, James D.; van Dam, Andries; Feiner, Steven K.; Hughes, John F.; Phillips, Richard L.: Introduction to Computer Graphics
Foley, James D.; van Dam, Andries; Feiner, Steven K.; Hughes, John F.; Phillips, Richard L.

Introduction to Computer Graphics

Lieferung erfolgt aus/von: Deutschland EN HC US

ISBN: 9780201609219 bzw. 0201609215, in Englisch, Addison-Wesley Professional, gebundenes Buch, gebraucht.

8,28 + Versand: 29,00 = 37,28
unverbindlich
Von Händler/Antiquariat, Eclipse Libros [53985426], Dos Hermanas, SEVIL, Spain.
0201609215.
Lade…