Mael Rouxel-Labbé b052d3bc5f Distinguished between the first cone and the second cone
Thus if the input cones are C_0 ... C_3, then the seam is going from C_0 to C_3.
This is important because the result is not always identical.

Plugin of the demo decides randomly for now, which is not satisfying.
2017-06-22 16:15:57 +02:00
2017-01-25 16:59:24 +01:00
2017-05-02 08:50:52 +02:00
2017-02-13 16:21:02 +01:00
2017-05-16 08:29:10 +02:00
2016-11-03 13:08:31 +01:00
2017-06-22 16:14:55 +02:00
2017-04-14 18:11:43 +02:00
2017-01-19 17:11:38 +01:00
2017-05-12 09:48:23 +02:00
2017-06-22 16:15:57 +02:00
2017-01-19 15:20:26 +01:00
2017-06-22 16:14:55 +02:00
2017-02-13 17:16:30 +01:00
2016-10-06 09:47:38 +02:00
2017-06-22 16:15:57 +02:00
2016-11-11 08:45:57 +01:00
2017-06-12 11:30:36 +02:00
2017-06-19 10:34:05 +02:00
2017-05-12 11:01:33 +02:00
2017-02-13 17:16:30 +01:00
2017-03-10 14:23:21 +01:00
2017-05-30 15:17:12 +02:00
2017-05-29 13:24:09 +02:00
2017-01-19 15:20:26 +01:00
2017-06-16 15:59:53 +02:00
2017-04-02 10:21:42 -07:00

Build Status

#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 are 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%