mirror of https://github.com/CGAL/cgal
23 lines
787 B
Plaintext
23 lines
787 B
Plaintext
/*!
|
|
|
|
\page tutorials Tutorials
|
|
|
|
\cgal provides a large number of data structures and algorithms dedicated to
|
|
various applications. Most of these data structures and algorithms can be
|
|
combined to achieve extensive and complex geometric tasks. The tutorials aim at
|
|
providing help and ideas on how to use CGAL beyond the simple examples of the
|
|
User Manual.
|
|
|
|
|
|
|
|
\section tuto_list List of available tutorials
|
|
|
|
- \subpage tutorial_hello_world presents you some short example
|
|
programs to get a first idea for the look and feel of a program that
|
|
uses \cgal. We introduce the notion of the \em kernel which defines
|
|
geometric primitives, the notion of <em>traits classes</em> which
|
|
define what primitives are used by a geometric algorithm, the
|
|
notions of \em concept and \em model.
|
|
|
|
*/
|