]> granicus.if.org Git - poly2tri-c/shortlog
poly2tri-c
2012-05-18 Barak ItkinMake functions on point/edge/triangle/mesh return reffe...
2012-05-18 Barak Itkin1. Fix a bug in p2tr_cdt_new (new point was created...
2012-05-18 Barak ItkinAdd both edges to a mesh (self and mirror), and allow...
2012-05-18 Barak ItkinFix the TolerantIsPowerOfTwoLength function
2012-05-18 Barak ItkinFix the configure script to work when the math function...
2012-05-12 Barak Itkin1. Fix a missing call to triangulate in the main test...
2012-05-12 Barak Itkin1. Make the compiler strict with ANSI C
2012-05-12 Barak ItkinFix the cocentric shell split point algorithm to be...
2012-05-12 Barak ItkinMake the C port of the original poly2tri library ANSI...
2012-05-12 Michael Muréupdate .gitignore
2012-05-12 Michael Muréfix hardcoded path for doxygen
2012-05-12 Michael Murémove the m4macros to the more standart and needed m4...
2012-05-12 Michael Muréadd a basic autogen.sh
2012-05-12 Michael Murésome autotools foo to fix compilation on linux
2012-05-05 Barak ItkinFix some small compilation errors
2012-05-05 Barak ItkinUse libtool to build and configure libraries
2012-05-05 Barak ItkinVarious small changes to make the test program compile
2012-05-05 Barak ItkinAdd a basic build system using GNU autotools
2012-05-04 Barak ItkinFix the rendering code to use the library API
2012-05-04 Barak ItkinAPI changes to avoid computing uv coordinates twice
2012-04-27 Barak ItkinCommit the code for the Delaunay Terminator Algorithm
2012-04-27 Barak ItkinAdd edge cluster computation support
2012-04-27 Barak ItkinAdd the necessary predicates for the refinement algorithm
2012-04-27 Barak Itkin1. Add search functions to find a point in a mesh
2012-04-27 Barak Itkin1. Move common functions into shared files
2012-04-26 Barak ItkinAdd code for working with CDTs
2012-04-26 Barak ItkinAdd function for working with triangle circumcircles
2012-04-26 Barak ItkinVarious small API additions
2012-04-26 Barak ItkinImplement P2trMesh
2012-04-26 Barak ItkinMore work on P2trEdge, implement P2trTriangle
2012-04-26 Barak ItkinFix the code of the last commit to make it compile
2012-04-26 Barak ItkinMore work on P2trPoint, and implement P2trEdge
2012-04-21 Barak ItkinAdd the initial code for triangular meshes (Most work...
2012-04-21 Barak ItkinAdd a PSLG (Planar Straight Line Graph) shape
2012-04-21 Barak ItkinAdd Doxygen documentation support
2012-04-21 Barak ItkinAdd more necessary math functions
2012-04-20 Barak ItkinAdd some basic geometric primitives
2012-04-20 Barak ItkinRemove the old triangulation and refinement code
2012-04-20 Barak ItkinCreate different directories for the different parts...
2012-04-20 Barak ItkinImport the code (only) from the GEGL soc-2011-seamless...