Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computational-geometry

Generating triangulated road geometry from a graph

Polygon Decomposition - Removing Concave Points to Form Convex Polygons

How to test if a line intersects a convex polygon?

inverse of voronoi diagram [closed]

How to divide points into two sets - upper and lower part of profile

Given n overlapping polygons, how could one get the set that provides the most coverage with the minimum number of polygons

C++ Vector is modified twice than it should in Computational Geometry

clockwise angle between two line

Circle In Rectangle Packing Algorithm

Generating equidistance points along the boundary of a polygon but CW/CCW

3D Connected Points Labeling based on Euclidean distances

Find indices of polygon vertices nearest to a point

Plane sweep algorithm: How to order the segments after intersection point

Merge polygons that are not intersecting using Clipper

Divide a region into parts efficiently Python

Detect hole in geometry

Most efficient way to calculate point wise surface normal from a numpy grid

How to determine which side of a polygon edge is inside a polygon, and which is outside?