CGAL::Runge_kutta_integrator_2<VectorField_2>

Definition

The template parameter VectorField_2 has to be instantiated by a model of the concept VectorField_2. This class implements the second order Runge-Kutta integrator.

Creation

Runge_kutta_integrator_2<VectorField_2> rkinteg ( FT integration_step);
Creates a Runge-Kutta second order integrator class rkinteg with integration_step as integration step.

Is Model for the Concepts

Integrator_2

See Also

Euler_integrator_2<VectorField_2>