Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where to study computational geometry? [closed]

I want to solve geometry problems in online programming contests. But whenever I read them, I just find too difficult. Please suggest some books and resources which I can study computational geometry.

like image 621
avd Avatar asked Oct 05 '09 13:10

avd


People also ask

Is computational geometry hard?

Computational Geometry is hard. Most of the examples out there are crap and the good stuff is without exception hard to understand. You can usually whip up a 100 liner to solve a problems, if your input is cloud of random points.

Is computational geometry useful?

Other important applications of computational geometry include robotics (motion planning and visibility problems), geographic information systems (GIS) (geometrical location and search, route planning), integrated circuit design (IC geometry design and verification), computer-aided engineering (CAE) (mesh generation), ...

Is computational geometry related to computer graphics?

Computer graphics is a defining application for computational geometry. The interaction between these fields is explored through two scenarios. Spatial subdivisions studied from the viewpoint of computational geometry are shown to have found application in computer graphics.

What is computational geometry in Python?

Computational Geometry is a field of mathematics that seeks the development of efficient algorithms to solve problems described in terms of basic geometrical objects. We differentiate between Combinatorial Computational Geometry and Numerical Computational Geometry.


1 Answers

A classic work: Computational Geometry in C.

And there's also: http://www.cs.uu.nl/geobook/.

like image 161
Bart Kiers Avatar answered Oct 31 '22 12:10

Bart Kiers