Package org.web3d.x3d.sai.interpolation
Interface OrientationInterpolator
- All Superinterfaces:
X3DChildNode
,X3DInterpolatorNode
,X3DNode
- All Known Implementing Classes:
SAIOrientationInterpolator
,SAIOrientationInterpolator
Defines the requirements of an X3D OrientationInterpolator node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getKeyValue
(float[] val) Return the keyValue value in the argument float[]int
Return the number of MFRotation items in the keyValue field.void
getValue
(float[] val) Return the value value in the argument float[]void
setKeyValue
(float[] val) Set the keyValue field.Methods inherited from interface org.web3d.x3d.sai.X3DInterpolatorNode
getKey, getNumKey, setFraction, setKey
Methods 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 MFRotation items in the keyValue field.- Returns:
- the number of MFRotation 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.
-