mirror of https://github.com/CGAL/cgal
21 lines
997 B
TeX
21 lines
997 B
TeX
|
|
\begin{ccPkgDescription}{2D Placement of Streamlines\label{Pkg:PlacementOfStreamlines2}}
|
|
\ccPkgHowToCiteCgal{cgal:m-ps-12}
|
|
\ccPkgSummary{
|
|
Visualizing vector fields is important for many application domains. A
|
|
good way to do it is to generate streamlines that describe the flow
|
|
behavior. This package implements the "Farthest Point Seeding"
|
|
algorithm for placing streamlines in 2D vector fields. It generates a
|
|
list of streamlines corresponding to an input flow using a specified
|
|
separating distance. The algorithm uses a Delaunay triangulation to
|
|
model objects and address different queries, and relies on choosing the
|
|
centers of the biggest empty circles to start the integration of the
|
|
streamlines.}
|
|
%
|
|
\ccPkgDependsOn{\ccRef[2D Delaunay triangulation]{Pkg:Triangulation2}}
|
|
\ccPkgIntroducedInCGAL{3.2}
|
|
\ccPkgLicense{\ccLicenseGPL}
|
|
\ccPkgDemo{2D Stream Lines}{streamlines.zip}
|
|
\ccPkgIllustration{Stream_lines_2/streamlines-small.jpg}{Stream_lines_2/streamlines-teaser.jpg}
|
|
\end{ccPkgDescription}
|