|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object vmm.core.Exhibit vmm.core3D.Exhibit3D vmm.ode.ODE_3D vmm.ode.firstorder3D.ODE1stOrder3D vmm.ode.firstorder3D.Lorenz
public class Lorenz
Nested Class Summary |
---|
Nested classes/interfaces inherited from class vmm.ode.ODE_3D |
---|
ODE_3D.ODEView |
Field Summary |
---|
Fields inherited from class vmm.core3D.Exhibit3D |
---|
defaultViewpoint, defaultViewUp, previousTransform3D |
Fields inherited from class vmm.core.Exhibit |
---|
decorations, exhibitNeedsRedraw, isMorphing, morphingView, parameters, previousTransform |
Constructor Summary | |
---|---|
Lorenz()
|
Method Summary | |
---|---|
protected double |
xPrime(double x,
double y,
double z)
Defines the x-component of the vector field. |
protected double |
yPrime(double x,
double y,
double z)
Defines the y-component of the vector field. |
protected double |
zPrime(double x,
double y,
double z)
Defines the z-component of the vector field. |
Methods inherited from class vmm.ode.firstorder3D.ODE1stOrder3D |
---|
makeDefaultMouseTask, nextEulerPoint, nextRungeKuttaPoint |
Methods inherited from class vmm.ode.ODE_3D |
---|
doDraw, extractPointFromData, getCreateAnimation, getDefaultView, screenPointTo3DPoint, vectorField_x, vectorField_y |
Methods inherited from class vmm.core3D.Exhibit3D |
---|
computeDrawData3D, computeDrawDataHook, doDraw3D, doDrawHook, getDefaultTransform, getDefaultViewpoint, getDefaultViewUp, setDefaultViewpoint, setDefaultViewUp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Lorenz()
Method Detail |
---|
protected double xPrime(double x, double y, double z)
ODE1stOrder3D
xPrime
in class ODE1stOrder3D
protected double yPrime(double x, double y, double z)
ODE1stOrder3D
yPrime
in class ODE1stOrder3D
protected double zPrime(double x, double y, double z)
ODE1stOrder3D
zPrime
in class ODE1stOrder3D
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |