CGAL::Euler_integrator_2<VectorField_2>

Definition

This class implements the first order Euler integrator. The template parameter VectorField_2 has to be instantiated by a model of the concept VectorField_2.

Creation

Euler_integrator_2<VectorField_2> einteg ( FT integration_step);
Creates an Euler integrator class einteg with integration_step as integration step.

Is Model for the Concepts

Integrator_2

See Also

Runge_kutta_integrator_2<VectorField_2>