Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computational-geometry

Efficient point inside rectangle boundaries search

Intersection points of line bisector with rectangle

Finding the three points nearest each point in a 2D plane

How to determine if an (x, y) point is within a polygon defined by a list of boundary points

How do I partition an oriented bounding box?

How to work with cgal circulators?

Transforming coordinates of one rectangle to another rectangle

Fitting two lines to a set of 2D points

Java library for creating straight skeleton?

Finding internal angles of polygon

CGAL tutorial for beginners [closed]

Grouping set of points to nearest pairs

How to compute the union polygon of two (or more) rectangles

Find all partitions of a plane created by a set of lines

How To Slice a Simple Polygon with a Line

Finding the area of a 2-D data set

Find if a path exists in a grid covered with circles of same radius

Getting closest point on grid to point

How to find all the intersection points between two contour-set in an efficient way

Slicing a circle in equal segments, Python