Open Geometry Opengl Advanced Geometry

Download Open Geometry Opengl Advanced Geometry PDF/ePub or read online books in Mobi eBooks. Click Download or Read Online button to get Open Geometry Opengl Advanced Geometry book now. This website allows unlimited access to, at the time of writing, more than 1.5 million titles, including hundreds of thousands of titles in various foreign languages.
Open Geometry: OpenGL® + Advanced Geometry

Author: Georg Glaeser
language: en
Publisher: Springer Science & Business Media
Release Date: 1998-12-21
At once a programming course that emphasises object-oriented thinking as well as a well-documented, versatile, and robust geometry library. All of the relevant geometry is covered in depth to provide a good understanding of the background to this topic. Many of the most common intersection problems and measuring tasks are covered, with the authors discussing the creation of arbitrary geometric objects and the use of Boolean operations to create more general solid objects. As a result, all those looking for an in-depth introduction to graphics programming will find this a solid, hands-on text.
Open Geometry

OpenGL is fast becoming the graphics programming standard. This manual presents both a programming course that emphasizes object-oriented thinking and a thoroughly documented, versatile, and robust geometry library.
Open Geometry: OpenGL® + Advanced Geometry

Author: Georg Glaeser
language: en
Publisher: Springer Science & Business Media
Release Date: 2012-12-06
This book is about graphics programming based on OPENGL. The program ming language is C++. The programs will run under various operating systems, among them WINDOWS 9x, ALPHA-STATIONS (Digital workstations) and SILI CON GRAPHICS workstations. Hardware is used if accessible. The book provides a graphics library. This library is based on OPENGL and expands the elemen tary routines. Thus, the reader is enabled to realize direct geometrical thinking without having to care much about implementation. The enclosed modules provide the reader with solutions for: • The most common intersection problems and measuring tasks of both pla nar and spatial geometry. • The creation ofarbitrary geometric objects, e.g., by means ofdifferent kinds of "sweeping." • The creation of the most general solids by means of Boolean operations (intersection, union, and complements of solid polyhedra). The book presents: • A well documented, versatile, and robust geometry library. The reader can use it very easily and expand it in any way he/she likes. vi Preface • A programming course that provides a deeper insight into object-oriented thinking and programming.It contains an introduction to C++ (for begin ners and intermediate programmers) that is influenced by the experience gained from thousands of programming hours (which may even be useful to experienced programmers).