Skip to content

A C++ program to clip and fill 2D polygons with a convex window

Notifications You must be signed in to change notification settings

florianvazelle/fenetrage-remplissage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Projet1: fenêtrage remplissage de polygones

Install and Build

git clone --recursive https://github.com/florianvazelle/fenetrage-remplissage.git
cd fenetrage-remplissage
mkdir build
cd build
cmake ..
make
cd bin/ && ./fenetrage-remplissage

Visual Studio

CMake projects in Visual Studio

About

A C++ program to clip and fill 2D polygons with a convex window

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages