![]() |
![]() |
![]() |
cpg-network Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Implemented Interfaces |
#define CPG_INTEGRATOR_EULER_CONST (obj)
struct CpgIntegratorEuler;
struct CpgIntegratorEulerClass;
CpgIntegratorEuler * cpg_integrator_euler_new (void
);
CpgIntegratorEulerPrivate;
CpgIntegratorEuler implements CpgUsable, CpgAnnotatable, CpgLayoutable and CpgTaggable.
The euler integrator is a CpgIntegrator subclass implementing a simple euler integration scheme. See CpgIntegratorPredictCorrect or CpgIntegratorRungeKutta for more accurate (but slower) integrators.
#define CPG_INTEGRATOR_EULER_CONST(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), CPG_TYPE_INTEGRATOR_EULER, CpgIntegratorEuler const))
CpgIntegratorEuler * cpg_integrator_euler_new (void
);
Create a new Euler integrator.
Returns : |
A CpgIntegratorEuler |