NewGamePhysics.Mathematics.ISecondDerivative Interface Reference

Defines the interface giving the vector of second derivatives Based on code from Vit Buchta, June 2007. More...

Inheritance diagram for NewGamePhysics.Mathematics.ISecondDerivative:
NewGamePhysics.Physics.CircularObjectAcceleration NewGamePhysics.Physics.DoubleRegularPendulumAcceleration NewGamePhysics.Physics.DoubleSquarePendulumAcceleration

List of all members.

Public Member Functions

VectorN GetValue (double t, VectorN y, VectorN dy)
 The method calculating the second derivatives of a function.

Detailed Description

Defines the interface giving the vector of second derivatives Based on code from Vit Buchta, June 2007.

Definition at line 16 of file ISecondDerivative.cs.


Member Function Documentation

VectorN NewGamePhysics.Mathematics.ISecondDerivative.GetValue ( double  t,
VectorN  y,
VectorN  dy 
)

The method calculating the second derivatives of a function.

Parameters:
t Current time.
y VectorN of positions.
dy VectorN of velocities.
Returns:
A vector representing the second derivative.

The documentation for this interface was generated from the following file:

Generated by  doxygen 1.6.2