is a branch of computer science devoted to the study of algorithms which can be stated in terms of geometry.
I am implementing Voronoi diagram to find out the nearest location in a map visually. Right now I want to …
algorithm computational-geometry voronoifirst question to StackOverflow, please be gentle. I am trying to find the equation (and then the algorithm for) the …
algorithm geometry computational-geometry trilaterationWhat is the minimum number of circles with radius r needed to cover all n points? r and n will …
algorithm computational-geometryI'm looking for a library or a paper that describes how to determine if one triangular mesh intersects another. Interestingly …
computational-geometry mesh surface triangulationI need a library to handle computational geometry in a project, especially boolean operations, but just about every feature is …
python binding garbage-collection computational-geometry cgalI need to solve a computational problem that boils down to searching for reciprocally-nearest pairs of points between two sets. …
algorithm performance computational-geometryIn industry, there is often a problem where you need to calculate the most efficient use of material, be it …
algorithm geometry computational-geometryI'm working on a problem that the professor assigned, and I'm having a problem looking for a way to detect …
c algorithm math computational-geometry trigonometryI want to implement boolean operations on nonconvex polyhedral objects and want to render them with OpenGL. I have read …
computational-geometry csgYou are given a set U of n points on the plane and you can compute distance between any pair …
algorithm language-agnostic geometry computational-geometry