|
|||||||||
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.Rossler
public class Rossler
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 | |
---|---|
Rossler()
|
Method Summary | |
---|---|
View |
getDefaultView()
Returns a view of type ODE_3D.ODEView . |
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, 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 Rossler()
Method Detail |
---|
public View getDefaultView()
ODE_3D
ODE_3D.ODEView
.
getDefaultView
in class ODE_3D
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 |