Package org.web3d.x3d.sai.interpolation
Interface PositionInterpolator
- All Superinterfaces:
X3DChildNode,X3DInterpolatorNode,X3DNode
- All Known Implementing Classes:
SAIPositionInterpolator,SAIPositionInterpolator
Defines the requirements of an X3D PositionInterpolator node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetKeyValue(float[] val) Return the keyValue value in the argument float[]intReturn the number of MFVec3f items in the keyValue field.voidgetValue(float[] val) Return the value value in the argument float[]voidsetKeyValue(float[] val) Set the keyValue field.Methods inherited from interface org.web3d.x3d.sai.X3DInterpolatorNode
getKey, getNumKey, setFraction, setKeyMethods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumKeyValue
int getNumKeyValue()Return the number of MFVec3f items in the keyValue field.- Returns:
- the number of MFVec3f items in the keyValue field.
-
getKeyValue
void getKeyValue(float[] val) Return the keyValue value in the argument float[]- Parameters:
val- The float[] to initialize.
-
setKeyValue
void setKeyValue(float[] val) Set the keyValue field.- Parameters:
val- The float[] to set.
-
getValue
void getValue(float[] val) Return the value value in the argument float[]- Parameters:
val- The float[] to initialize.
-