Computational Geometry in C (inbunden)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
392
Utgivningsdatum
1998-10-01
Upplaga
2
Förlag
Cambridge University Press
Medarbetare
Joseph, O'Rourke
Illustratör/Fotograf
210 figures 259 diagrams 270exercises
Illustrationer
259d.210figs. 270exercises
Dimensioner
253 x 177 x 17 mm
Vikt
680 g
Antal komponenter
1
Komponenter
66:B&W 7 x 10 in or 254 x 178 mm Perfect Bound on White w/Gloss Lam
ISBN
9780521649766

Computational Geometry in C

Häftad,  Engelska, 1998-10-01
656
  • Skickas från oss inom 7-10 vardagar.
  • Fri frakt över 249 kr för privatkunder i Sverige.
Finns även som
This is the revised and expanded 1998 edition of a popular introduction to the design and implementation of geometry algorithms arising in areas such as computer graphics, robotics, and engineering design. The basic techniques used in computational geometry are all covered: polygon triangulations, convex hulls, Voronoi diagrams, arrangements, geometric searching, and motion planning. The self-contained treatment presumes only an elementary knowledge of mathematics, but reaches topics on the frontier of current research, making it a useful reference for practitioners at all levels. The second edition contains material on several new topics, such as randomized algorithms for polygon triangulation, planar point location, 3D convex hull construction, intersection algorithms for ray-segment and ray-triangle, and point-in-polyhedron. The code in this edition is significantly improved from the first edition (more efficient and more robust), and four new routines are included. Java versions for this new edition are also available. All code is accessible from the book's Web site (http://cs.smith.edu/~orourke/) or by anonymous ftp.

Passar bra ihop

  1. Computational Geometry in C
  2. +
  3. There Are Moms Way Worse Than You

De som köpt den här boken har ofta också köpt There Are Moms Way Worse Than You av Glenn Boozan (inbunden).

Köp båda 2 för 825 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Joseph O'Rourke

Recensioner i media

'... the author does an excellent job of explaining difficult concepts in an accessible, even entertaining, manner ... If this is your field, this is your book!' Developers Review

'The balanced combination of careful descriptions, examples, algorithms and exercises makes it a pleasure to read ...'. Zentralblatt

'Anyone who wants to know what this field is all about should read this book! The book is a pleasure to read, as questions that arise naturally in the reader's mind are answered, in almost all cases, in the following paragraph. The style strikes an ideal balance between rigor and informality. Mr O'Rourke must be a wonderful teacher and I envy his students.' Miriam L. Lucian, Society for Industrial and Applied Mathematics

Innehållsförteckning

1. Polygon triangulation; 2. Polygon partitioning; 3. Convex hulls in two dimensions; 4. Convex hulls in three dimensions; 5. Voronoi diagrams; 6. Arrangements; 7. Search and intersection; 8. Motion planning; 9. Sources.