is a branch of computer science devoted to the study of algorithms which can be stated in terms of geometry.
I have a need for a Python module/package that provides a mesh on which I can do computational science? …
python math computational-geometry meshI'm looking for an algorithm to solve this problem: Given N rectangles on the Cartesian coordinate, find out if the …
algorithm geometry computational-geometryI have a detailed 2D polygon (representing a geographic area) that is defined by a very large set of vertices. …
algorithm geometry gis polygon computational-geometryI have x1,y1 and x2,y2 which forms a line segment. How can I get another line x3,y3 …
c# graphics geometry drawing computational-geometryI was asked this during a Google Interview. We are given a string consisting of letters- F,L,R. - …
algorithm geometry computational-geometryI have a polygon consists of lots of points. I want to find the intersection of the polygon and a …
python geometry computational-geometryIm looking for some fairly easy (I know polygon union is NOT an easy operation but maybe someone could point …
algorithm math geometry polygon computational-geometryCGAL seems to do just about everything I need and a little more for my upcoming project. It can create …
c++ geometry computational-geometry lgplI need to find "near" neighbors among a set of points. There are 10 points in the above image. Red lines …
matlab computational-geometry nearest-neighbor delaunay voronoiI am trying to create a shape similar to this, hexagons with 12 pentagons, at an arbitrary size. (Image Source) The …
algorithm geometry computational-geometry tiling hexagonal-tiles