vmm3d.ode.firstorder3D
Class ODE1stOrder3D
- java.lang.Object
-
- vmm3d.core.Exhibit
-
- vmm3d.core3D.Exhibit3D
-
- vmm3d.ode.ODE_3D
-
- vmm3d.ode.firstorder3D.ODE1stOrder3D
-
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable
- Direct Known Subclasses:
- Linear, Lorenz, Rikitake, Rossler, UserODE1stOrder3D
public abstract class ODE1stOrder3D extends ODE_3D
Represents a simple vector field in three dimensions, with the abilty to compute integral curves of the field. The user starts a curve by clicking the start point with the middle mouse button, or by clicking with the ALT key down (Option key on Mac). The most recently added integral curve is shown in green; older curves are in red. The green curve can be extended using the "Continue Orbit" command in the Action menu. A "Show Projeccted Orbits" command adds an auxiliary view at the bottom of the display where the x and y coordinates of the points on the green orbit are plotted.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class vmm3d.ode.ODE_3D
ODE_3D.ODEView
-
-
Field Summary
-
Fields inherited from class vmm3d.ode.ODE_3D
ORBIT_TYPE_BOTH, ORBIT_TYPE_EULER, ORBIT_TYPE_RUNGE_KUTTA
-
-
Constructor Summary
Constructors Constructor and Description ODE1stOrder3D()
-
Method Summary
-
Methods inherited from class vmm3d.ode.ODE_3D
getCreateAnimation, getDefaultView
-
Methods inherited from class vmm3d.core3D.Exhibit3D
getDefaultTransform, getDefaultViewpoint, getDefaultViewUp, setDefaultViewpoint, setDefaultViewUp
-
Methods inherited from class vmm3d.core.Exhibit
addChangeListener, addDecoration, addExtraXML, addView, clearDecorations, forceRedraw, getActionsForView, getAdditionalAnimationsForView, getAlternativeViews, getBuildAnimation, getDecorations, getDefaultBackground, getDefaultForeground, getDefaultWindow, getFramesForMorphing, getMorphingAnimation, getName, getParameterByName, getParameters, getSettingsCommandsForView, getTitle, getUseFilmstripForMorphing, getViews, parameterChanged, readExtraXML, removeChangeListener, removeDecoration, removeView, render, setDefaultBackground, setDefaultForeground, setDefaultWindow, setDefaultWindow, setFramesForMorphing, setName, setUseFilmstripForMorphing, stateChanged
-
-
DMelt 3.0 © DataMelt by jWork.ORG