Skip to content

Implementation of an algorithm to cut a polygon given a line, and, from there, of one to construct a mesh.

Notifications You must be signed in to change notification settings

Ruglio/PCS-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polygon-Cutter

In the python project you can provide whatever polygon, as a collection of points, a line and it returns the sub-polygons cutted by the line.

image

Moreover, in the C++ part you can provide a domain and a polygon to create a conformal mesh that fills the domain replicating the polygon. image

In C++ there are different functions that create these matlab script to show the mesh or the cutted polygon.

About

Implementation of an algorithm to cut a polygon given a line, and, from there, of one to construct a mesh.

Topics

Resources

Stars

Watchers

Forks

Languages