|
|||||||||
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.UserODE1stOrder3D
public class UserODE1stOrder3D
Nested Class Summary |
---|
Nested classes/interfaces inherited from class vmm.ode.ODE_3D |
---|
ODE_3D.ODEView |
Nested classes/interfaces inherited from interface vmm.core3D.UserExhibit3D |
---|
UserExhibit3D.Support |
Nested classes/interfaces inherited from interface vmm.core.UserExhibit |
---|
UserExhibit.FunctionInfo |
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 | |
---|---|
UserODE1stOrder3D()
|
Method Summary | |
---|---|
UserExhibit3D.Support |
getUserExhibitSupport()
This method should return a non-null object that is created and customized in the constructor of the class that implements UserExhbit. |
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 |
Methods inherited from interface vmm.core3D.UserExhibit3D |
---|
getDefaultViewpoint, setDefaultViewpoint |
Methods inherited from interface vmm.core.UserExhibit |
---|
getDefaultView, getDefaultWindow, getParameters, setDefaultWindow |
Methods inherited from interface vmm.core.Parameterizable |
---|
parameterChanged |
Constructor Detail |
---|
public UserODE1stOrder3D()
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
public UserExhibit3D.Support getUserExhibitSupport()
UserExhibit
getUserExhibitSupport
in interface UserExhibit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |