mirror of https://github.com/CGAL/cgal
Rename dart in gdart
This commit is contained in:
parent
850d4ed276
commit
49c44dfe74
|
|
@ -4,9 +4,9 @@ namespace CGAL {
|
|||
/*!
|
||||
\ingroup PkgGeneralizedMapsClasses
|
||||
|
||||
The class `Dart` represents a <I>d</I>D dart in a generalized map.
|
||||
The class `GDart` represents a <I>d</I>D dart in a generalized map.
|
||||
|
||||
\f$ \alpha_i\f$ pointers are coded in a array of <I>d+1</I> \ref Dart::Dart_handle "Dart_handle". Attributes are associated to each dart by \ref Attribute_handle "Attribute_handle<i>", one for each non void <I>i</I>-attribute.
|
||||
\f$ \alpha_i\f$ pointers are coded in a array of <I>d+1</I> \ref GDart::Dart_handle "Dart_handle". Attributes are associated to each dart by \ref Attribute_handle "Attribute_handle<i>", one for each non void <I>i</I>-attribute.
|
||||
|
||||
\cgalModels `::GDart`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue