All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class phaser.equation.Linear1d

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

public class Linear1d
extends Equation
Class implementation of the Linear 1-D MAP.


Constructor Index

 o Linear1d()

Method Index

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

Constructors

 o Linear1d
 public Linear1d()

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