Interface SliderJoint
- All Superinterfaces:
X3DNode,X3DRigidJointNode
- All Known Implementing Classes:
SAISliderJoint,SAISliderJoint
Defines the requirements of an X3D SliderJoint node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetAxis(float[] val) Return the axis value in the argument float[]floatReturn the maxSeparation float value.floatReturn the minSeparation float value.floatReturn the separation float value.floatReturn the separationRate float value.floatReturn the stopBounce float value.floatReturn the stopErrorCorrection float value.voidsetAxis(float[] val) Set the axis field.voidsetMaxSeparation(float val) Set the maxSeparation field.voidsetMinSeparation(float val) Set the minSeparation field.voidsetStopBounce(float val) Set the stopBounce field.voidsetStopErrorCorrection(float val) Set the stopErrorCorrection field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadataMethods inherited from interface org.web3d.x3d.sai.X3DRigidJointNode
getBody1, getBody2, getForceOutput, getNumForceOutput, setBody1, setBody2, setForceOutput
-
Method Details
-
getAxis
void getAxis(float[] val) Return the axis value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setAxis
void setAxis(float[] val) Set the axis field.- Parameters:
val- The float[] to set.
-
getMinSeparation
float getMinSeparation()Return the minSeparation float value.- Returns:
- The minSeparation float value.
-
setMinSeparation
void setMinSeparation(float val) Set the minSeparation field.- Parameters:
val- The float to set.
-
getMaxSeparation
float getMaxSeparation()Return the maxSeparation float value.- Returns:
- The maxSeparation float value.
-
setMaxSeparation
void setMaxSeparation(float val) Set the maxSeparation field.- Parameters:
val- The float to set.
-
getSeparation
float getSeparation()Return the separation float value.- Returns:
- The separation float value.
-
getSeparationRate
float getSeparationRate()Return the separationRate float value.- Returns:
- The separationRate float value.
-
getStopBounce
float getStopBounce()Return the stopBounce float value.- Returns:
- The stopBounce float value.
-
setStopBounce
void setStopBounce(float val) Set the stopBounce field.- Parameters:
val- The float to set.
-
getStopErrorCorrection
float getStopErrorCorrection()Return the stopErrorCorrection float value.- Returns:
- The stopErrorCorrection float value.
-
setStopErrorCorrection
void setStopErrorCorrection(float val) Set the stopErrorCorrection field.- Parameters:
val- The float to set.
-