Geometry package:GSoC17: Difference between revisions
Jump to navigation
Jump to search
m (→Tasks) |
(→Tasks) |
||
Line 15: | Line 15: | ||
=== Tasks === | === Tasks === | ||
* Task 0: | |||
Benchmark Piyush polygon union written as an .oct file against the current .mex interface to clipper in geometry 3.0 | |||
* Salvage work from [https://bitbucket.org/amr_keleg/octave-geometry last GSoC] | * Salvage work from [https://bitbucket.org/amr_keleg/octave-geometry last GSoC] |
Revision as of 13:20, 11 May 2017
Boolean operations with polygons
Developer: Piyush Jain
Mentor: JuanPi Carbajal
Objectives
Expectations
- Mentor:
- Developer:
Workplan
Tasks
- Task 0:
Benchmark Piyush polygon union written as an .oct file against the current .mex interface to clipper in geometry 3.0
- Salvage work from last GSoC
- Clipper native oct interface instead of mex
- Add F. Martínez, A.J. Rueda, F.R. Feito algorithm
- Add CGAL interface for poly clipping
External links
- Github repository where the work is stored.