|
|||||||||
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.surface.implicit.SurfaceImplicit vmm.surface.implicit.UserSurfaceImplicit
public class UserSurfaceImplicit
Nested Class Summary |
---|
Nested classes/interfaces inherited from class vmm.surface.implicit.SurfaceImplicit |
---|
SurfaceImplicit.ImplicitSurfaceView, SurfaceImplicit.Line3D |
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.surface.implicit.SurfaceImplicit |
---|
level, ListOfRandomLines, pointCloud, pointCloudCount, randomLineCount, rayTraceResolution, resolution, searchRadius |
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 | |
---|---|
UserSurfaceImplicit()
|
Method Summary | |
---|---|
UserExhibit.Support |
getUserExhibitSupport()
This method should return a non-null object that is created and customized in the constructor of the class that implements UserExhbit. |
double |
heightFunction(double x,
double y,
double z)
The implicit surface is defined as solutions of heightFuncton(x,y,z) = level . |
Methods inherited from class vmm.surface.implicit.SurfaceImplicit |
---|
computeDrawData3D, cubicSolve, doDraw3D, FindNextRoot, getDefaultView, getMorphingAnimation, heightAlongLine, heightFunction, MakeListOfRandomLines, normalToSurfaceAt, quadraticSolve, quarticSolve, removeView, theFunction |
Methods inherited from class vmm.core3D.Exhibit3D |
---|
computeDrawDataHook, 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 UserSurfaceImplicit()
Method Detail |
---|
public double heightFunction(double x, double y, double z)
SurfaceImplicit
heightFunction
in class SurfaceImplicit
public UserExhibit.Support getUserExhibitSupport()
UserExhibit
getUserExhibitSupport
in interface UserExhibit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |