Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 553 Bytes

File metadata and controls

9 lines (5 loc) · 553 Bytes

Scientific Visualization Algorithms

1- Plane Sweep Algorithm

This algorithm creates polygon triangulation simply by checking whether there is an intersection between edges of closest pairs, updating convex hull.

Before and after triangulation (vtk library used for visualization);

asd