From 74e55eb0c5dad33e6f5d40b2e2ccc6ac58850aab Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Sun, 31 Aug 2014 11:15:35 -0500 Subject: [PATCH] CGal --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e8d0609..9c1ad49 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Armadillo](http://arma.sourceforge.net/) - A high quality C++ linear algebra library, aiming towards a good balance between speed and ease of use. The syntax (API) is deliberately similar to Matlab. [MPL2] * [blaze](https://code.google.com/p/blaze-lib/) - high-performance C++ math library for dense and sparse arithmetic. [BSD] * [ceres-solver](http://ceres-solver.org/) - C++ library for modeling and solving large complicated nonlinear least squares problems from google. [BSD] +* [CGal](http://www.cgal.org/) - Collection of efficient and reliable geometric algorithms. * [cml](http://cmldev.net/) - free C++ math library for games and graphics. [Boost] * [Eigen](http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2]