CGAL 5.1.3 - 2D Placement of Streamlines
CGAL::Euler_integrator_2< VectorField_2 > Class Template Reference

#include <CGAL/Euler_integrator_2.h>

Definition

This class implements the first order Euler integrator.

Template Parameters
VectorField_2has to be instantiated by a model of the concept VectorField_2.
Is Model Of:
Integrator_2
See also
Runge_kutta_integrator_2<VectorField_2>

Creation

 Euler_integrator_2 (const FT &integration_step)
 Creates an Euler integrator with integration_step as integration step.