mirror of https://github.com/CGAL/cgal
Fixed link to draw()
This commit is contained in:
parent
25b1f95449
commit
a9e46362aa
|
|
@ -6856,10 +6856,10 @@ and defines a simple textual input/output format.
|
||||||
<!-- ----------------------------------------------------------------------- -->
|
<!-- ----------------------------------------------------------------------- -->
|
||||||
|
|
||||||
An arrangement data structure can be visualized by calling one of the
|
An arrangement data structure can be visualized by calling one of the
|
||||||
\link PkgArrangementOnSurface2Draw CGAL::draw<arr>() \endlink
|
\link PkgArrangementOnSurface2Draw `CGAL::draw()` \endlink
|
||||||
overloaded template functions. Every variant opens a new window
|
overloaded template functions. Every variant opens a new window
|
||||||
showing the given arrangement. A call to any \link
|
showing the given arrangement. A call to any \link
|
||||||
PkgArrangementOnSurface2Draw CGAL::draw<arr>() \endlink function is
|
PkgArrangementOnSurface2Draw `CGAL::draw()` \endlink function is
|
||||||
blocking; that is, the program continues execution only after the user
|
blocking; that is, the program continues execution only after the user
|
||||||
closes the window. The most simple variant accepts the arrangement to
|
closes the window. The most simple variant accepts the arrangement to
|
||||||
draw and an optional string used as the title of the window. In the
|
draw and an optional string used as the title of the window. In the
|
||||||
|
|
@ -6881,7 +6881,7 @@ of 14 vertices, 15 edges, and 3 faces. Notice that the colors are generated at r
|
||||||
\cgalFigureEnd
|
\cgalFigureEnd
|
||||||
|
|
||||||
Another pair of overloaded \link PkgArrangementOnSurface2Draw
|
Another pair of overloaded \link PkgArrangementOnSurface2Draw
|
||||||
CGAL::draw<arr>() \endlink functions also accept a bounding box. Each
|
`CGAL::draw()` \endlink functions also accept a bounding box. Each
|
||||||
of these two variants can be ised to draw arrangements induced by
|
of these two variants can be ised to draw arrangements induced by
|
||||||
unbounded curves.
|
unbounded curves.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@
|
||||||
* \sa `AosApproximatePointTraits_2`
|
* \sa `AosApproximatePointTraits_2`
|
||||||
* \sa `AosConstructXMonotoneCurveTraits_2`
|
* \sa `AosConstructXMonotoneCurveTraits_2`
|
||||||
* \sa `AosXMonotoneTraits_2`
|
* \sa `AosXMonotoneTraits_2`
|
||||||
* \sa `draw()`
|
* \sa \link PkgArrangementOnSurface2Draw `CGAL::draw()`\endlink
|
||||||
*/
|
*/
|
||||||
class AosApproximateTraits_2 {
|
class AosApproximateTraits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@
|
||||||
* \cgalHasModelsEnd
|
* \cgalHasModelsEnd
|
||||||
*
|
*
|
||||||
* \sa `AosApproximateTraits_2`
|
* \sa `AosApproximateTraits_2`
|
||||||
* \sa `draw()`
|
* \sa \link PkgArrangementOnSurface2Draw `CGAL::draw()`\endlink
|
||||||
*/
|
*/
|
||||||
class AosApproximateUnboundedTraits_2 {
|
class AosApproximateUnboundedTraits_2 {
|
||||||
public:
|
public:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue