|
|||||||||
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.spacecurve.SpaceCurve vmm.spacecurve.parametric.SpaceCurveParametric vmm.spacecurve.parametric.UserSpaceCurveParametric
public class UserSpaceCurveParametric
Defines a space curve from three functions that give the coordinates of points on the curve as functions of t, where the data is input by the user.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class vmm.spacecurve.parametric.SpaceCurveParametric |
---|
SpaceCurveParametric.SpaceCurveParametricView, SpaceCurveParametric.SpaceCurveParametricViewAsTube |
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.spacecurve.parametric.SpaceCurveParametric |
---|
tmax, tmin, tResolution, tube, tubeSides, tubeSize, tVals |
Fields inherited from class vmm.spacecurve.SpaceCurve |
---|
points |
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 | |
---|---|
UserSpaceCurveParametric()
|
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. |
protected Vector3D |
value(double t)
Returns a point (x(t), y(t), z(t)) on the curve, given a value of t. |
Methods inherited from class vmm.spacecurve.parametric.SpaceCurveParametric |
---|
computeDrawData3D, deriv1, deriv2, doDraw3D, geographicCoordinates, getActionsForView, getAlternativeViews, getBuildAnimation, getCenterOfPoints, getCreateAnimation, getDefaultView, getT, getTResolution, makePoints, makeRepereMobile |
Methods inherited from class vmm.spacecurve.SpaceCurve |
---|
getPoint, getPointCount |
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 UserSpaceCurveParametric()
Method Detail |
---|
protected Vector3D value(double t)
SpaceCurveParametric
value
in class SpaceCurveParametric
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 |