All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.equation.Linear2d

java.lang.Object
   |
   +----phaser.equation.Equation
           |
           +----phaser.equation.Linear2d

public class Linear2d
extends Equation
Class implementation of the 2-Dimensional Linear ODE.


Constructor Index

 o Linear2d()

Method Index

 o eval(double[], double[], double)

Constructors

 o Linear2d
 public Linear2d()

Methods

 o eval
 public void eval(double outVector[],
                  double inVector[],
                  double time)
Overrides:
eval in class Equation

All Packages  Class Hierarchy  This Package  Previous  Next  Index