File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 2
2
Coding Project 2 for Computational Geometry Course (CSN-523)
3
3
==================================================================
4
4
5
+ Objective : To know implementation of different Computational Geometry algorithms for solving the Art-Gallery Problem.
6
+
7
+ Usage
8
+ =======
9
+
10
+ - Enter the number of random vertices in the top toolbar.
11
+ - Progress sequentially in the following order:
12
+ Random Points -> Generate Polygon -> Trapezoidalize -> Monotone Partition -> Triangulation -> Dual Graph -> Three Coloring
13
+
14
+ ScreenShots
15
+ =============
16
+
17
+ ![ 10 Vertex] ( https://user-images.githubusercontent.com/10174820/37247252-60f311bc-24de-11e8-9193-74ec85a601e8.png )
18
+ ![ 10 Vertex] ( https://user-images.githubusercontent.com/10174820/37247253-611d8be0-24de-11e8-8b4e-663ea99c8de7.png )
19
+ ![ 100 Vertex] ( https://user-images.githubusercontent.com/10174820/37247254-6146efd0-24de-11e8-9571-8d807f0c99fc.png )
20
+ ![ 100 Vertex] ( https://user-images.githubusercontent.com/10174820/37247255-61719a3c-24de-11e8-939a-65adb5e400fe.png )
21
+
5
22
License
6
23
=========
7
24
[ MIT License] ( https://anshul.mit-license.org/ )
25
+
26
+ The following people have been the contributors for the project.
27
+ * [ Anshul Shah] ( https://github.com/anshulshah96 )
28
+ * [ Suraj Gupta] ( https://github.com/surajgupta97 )
You can’t perform that action at this time.
0 commit comments