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 TypeMethodDescriptionvoid
getAxis
(float[] val) Return the axis value in the argument float[]float
Return the maxSeparation float value.float
Return the minSeparation float value.float
Return the separation float value.float
Return the separationRate float value.float
Return the stopBounce float value.float
Return the stopErrorCorrection float value.void
setAxis
(float[] val) Set the axis field.void
setMaxSeparation
(float val) Set the maxSeparation field.void
setMinSeparation
(float val) Set the minSeparation field.void
setStopBounce
(float val) Set the stopBounce field.void
setStopErrorCorrection
(float val) Set the stopErrorCorrection field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
Methods 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.
-