vmm3d.surface.implicit
Class ClebschCubic
- java.lang.Object
-
- vmm3d.core.Exhibit
-
- vmm3d.core3D.Exhibit3D
-
- vmm3d.surface.implicit.SurfaceImplicit
-
- vmm3d.surface.implicit.ClebschCubic
-
- All Implemented Interfaces:
- java.util.EventListener, javax.swing.event.ChangeListener, Decorateable, Parameterizable
public class ClebschCubic extends SurfaceImplicit
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description classClebschCubic.ClebschView-
Nested classes/interfaces inherited from class vmm3d.surface.implicit.SurfaceImplicit
SurfaceImplicit.ImplicitSurfaceView, SurfaceImplicit.Line3D
-
-
Constructor Summary
Constructors Constructor and Description ClebschCubic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ViewgetDefaultView()Returns the default View of this Exhibit.doubleheightFunction(double x, double y, double z)The implicit surface is defined as solutions of heightFuncton(x,y,z) = level .-
Methods inherited from class vmm3d.surface.implicit.SurfaceImplicit
cubicSolve, FindNextRoot, getMorphingAnimation, heightFunction, MakeListOfRandomLines, normalToSurfaceAt, quadraticSolve, quarticSolve, removeView, theFunction
-
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, getCreateAnimation, getDecorations, getDefaultBackground, getDefaultForeground, getDefaultWindow, getFramesForMorphing, getName, getParameterByName, getParameters, getSettingsCommandsForView, getTitle, getUseFilmstripForMorphing, getViews, parameterChanged, readExtraXML, removeChangeListener, removeDecoration, render, setDefaultBackground, setDefaultForeground, setDefaultWindow, setDefaultWindow, setFramesForMorphing, setName, setUseFilmstripForMorphing, stateChanged
-
-
-
-
Method Detail
-
heightFunction
public double heightFunction(double x, double y, double z)Description copied from class:SurfaceImplicitThe implicit surface is defined as solutions of heightFuncton(x,y,z) = level .- Specified by:
heightFunctionin classSurfaceImplicit
-
getDefaultView
public View getDefaultView()
Description copied from class:Exhibit3DReturns the default View of this Exhibit. In the Exhibit3D class, the return value is a basicView3D.- Overrides:
getDefaultViewin classSurfaceImplicit
-
-
DMelt 3.0 © DataMelt by jWork.ORG