GNU Octave – Geometry Package – GSoC 2016 This Repository ( https://bitbucket.org/amr_keleg/octave-geometry ) is a clone(fork) of the Geometry Package which is a part of the Octave Forge Project (http://octave.sourceforge.net/). This fork adds new functions to the official Geometry Package as part of GSoC (Google Summer of Code) 2016. The official Geometry Package can be… Continue reading The end: Good Bye GSoC
Author: amrkeleg
– Refactoring Time –
Hi all, I am so happy that our project is on the right track. We have managed to implement the final function (poly2fv) on time. This function perform Constrained Delaunay triangulation that i useful for plotting polygons with inner holes. The function is implemented as a cc source file ,and it uses the polytri library which… Continue reading – Refactoring Time –
Second Coding Period
This is my first post since the midterm evaluation so let’s celebrate it first. During the past week , we improved the polybool script ,added comments and updated the documentation/help message . Here is the most recent test that i have tried: We also added two new .m files (poly2cw – poly2ccw) for adjusting the orientation… Continue reading Second Coding Period
First Coding Period Summary
Hi all, I would like to share my experience through the first weeks of GSoC 2016 with GNU Octave. My project is mainly concerned with computational geometry as it aims at creating 2D polygon functions as a part of the geometry package. The main function is polybool which permits performing boolean operations on polygons. The project’s bitbucket… Continue reading First Coding Period Summary
GSoC’16(Boolean operations on polygons): 4 days to go
It’s only four days for GSoC coding period to start and the project seems to be in the right track. During the last few weeks, I have finished the first .m files for the polyplit and polyjoin functions. Currently i am trying to prepare a makefile for compiling the rest of the functions as they… Continue reading GSoC’16(Boolean operations on polygons): 4 days to go
GSoC’16 Week 1-2 / Community Bonding
Hello there , I would like to share my experience during the first weeks of GSoC program with the great GNU Octave organisation as things are starting to heat up now. My project aims at adding multiple polygon functions to the octave-geometry package. So, I started by looking at the package’s structure , building and running… Continue reading GSoC’16 Week 1-2 / Community Bonding