Sven Oesau d73676eb8f renamed several variables to follow CGAL standard
changed main loop: after search probability for min_points is surpassed, no more candidates are generated and the remaining ones are searched. Duplicate candidates are filtered.

added Shape_base::is_same(): compares to shapes by testing distance and normal deviation from random points from other shape
2015-07-08 18:55:52 +02:00
2015-02-11 17:15:39 +01:00
2014-06-26 19:10:06 +02:00
2015-04-27 17:21:18 +02:00
2013-09-13 22:24:30 +02:00
2015-06-09 10:33:33 +02:00
2015-02-18 14:23:06 +01:00
2015-05-19 09:07:53 +02:00
2015-07-07 16:46:32 +02:00
2014-02-13 11:02:51 +01:00
2015-03-13 10:32:06 +01:00
2013-09-13 22:24:30 +02:00
2015-05-27 12:08:02 +02:00
2015-03-23 11:03:32 +01:00
2015-02-13 11:39:30 +01:00
2014-05-06 16:03:51 +02:00
2015-06-30 16:58:21 +02:00
2015-06-10 17:04:57 +02:00
2015-05-06 15:53:49 +02:00
2015-04-21 17:28:03 +02:00
2015-02-12 17:32:28 +01:00
2012-08-03 18:09:57 +00:00
2015-03-05 00:44:19 +01:00
2015-03-05 00:05:24 +01:00
2015-03-05 00:10:39 +01:00

#CGAL

The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.

CGAL releases

The primary vector of distribution of CGAL are sources tarballs, released twice a year, announced on the web site of CGAL. The sources distributed that way can be built using the CGAL installation manual.

CGAL Git repository layout

The Git repository of CGAL has a different layout from release tarballs. It contains a CMakeLists.txt file that serves as anchor for building, and a set of subfolders, so called packages. Most packages implement a data structure or an algorithm for CGAL (e.g., Convex_hull_2, or Triangulation_3); however some packages serve special needs:

  • Installation - meta-files and CMake-support
  • Maintenance - infrastructural support
  • Core, CGALimageIO, Qt_widget, GraphicsView - component libraries
  • Scripts - scripts to simplify developer's and user's work
  • Testsuite - infrastructure for testsuite
  • Documentation - infrastructure for CGAL's manual
  • STL_Extension - extensions to the standard template library

Compilation and installation

The compilation and installation of CGAL from a sources tarball is described in the CGAL installation manual and in the file INSTALL.md that is at the root of any sources tarball.

CGAL developers, however, usually compile CGAL directly from a local Git repository. That kind of compilation is called a branch build, and is described in the file INSTALL.md that is at the root of the Git repository.

License

See the file LICENSE.md.

More information

S
Description
No description provided
Readme
888 MiB
Languages
C++ 93.9%
Mathematical Programming System 2.5%
CMake 1.2%
Lasso 0.7%
C 0.3%
Other 0.9%