Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| spi6 [2017/06/06 14:54] – [Computational Geometry (Guilherme da Fonseca)] guilherme | spi6 [2018/01/10 14:24] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Computational Geometry: Theory and Applications ====== | ||
| + | ===== Geometric Foundations (Yan Gerard) ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
| + | ===== Computational Geometry (Guilherme da Fonseca) ====== | ||
| + | |||
| + | === References === | ||
| + | |||
| + | * [[http:// | ||
| + | |||
| + | * [[http:// | ||
| + | |||
| + | |||
| + | === Convex hulls === | ||
| + | |||
| + | * Pages 11 to 25 of the lecture notes. | ||
| + | |||
| + | * Chapter 1 of the book (less complete). | ||
| + | |||
| + | * [[graham.py|Python code of Graham' | ||
| + | |||
| + | === Duality and Arrangements === | ||
| + | |||
| + | * Chapter 8 of the book (and 2.2 for DCEL). | ||
| + | |||
| + | * Pages 39 to 44 and 80 to 90 of the notes (and 134 to 137 for DCEL). | ||
| + | |||
| + | === Randomized Algorithms and Linear Programming === | ||
| + | |||
| + | * Chapter 4 of the book. | ||
| + | |||
| + | * Pages 45 to 53 and 148 to 152 of the notes. | ||
| + | |||
| + | === Data Structures === | ||
| + | |||
| + | * [[https:// | ||
| + | |||
| + | * Orthogonal range searching: 163 to 169 of the notes and section 5.2 of the book | ||
| + | |||
| + | |||
| + | ===== Meshes and Blender (Jean-Marie Favreau) ===== | ||
| + | |||
| + | Lecture notes: [[http:// | ||
| + | |||
| + | Practical exercises: | ||
| + | * [[http:// | ||
| + | * [[http:// | ||
| + | |||
| + | See also [[http:// | ||