Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computational-geometry

Geometric pattern quality and filling

Polygons from a list of edges

How to find the "interior boundary" / "interior convex hull" for a list of 3D points?

How to cover a set of circles in a plane with disjoint circles of constant radius?

3-D Shape detection from triangulation mesh

Triangle fit inside another triangle

Polygon Clipping: Only "viewable" area

C++ procedure for determining whether two segments intersect

Number of triangles with N points inside

Approximate a curve with a limited number of line segments and arcs of circles

How to quickly get a feasible solution to a linear program in Python?

sorting a complicated collection of 2d euclidian points in in clockwise/counterclockwise fashion to form a closed ring

How to plot geodesic curves on a surface embedded in 3D?

Fastest way to get the set of convex polygons formed by Voronoi line segments

How do I determine when two moving points become visible to each other?

Creating continuous splines / Making a smooth transition between splines

Python: efficient way to measure region properties using shapely

Get all points of a straight line in python

Best data structure to store contiguous polygons?

How to compute Voronoi tesselation based on manhattan distance in R