Uses of Interface
org.web3d.x3d.sai.Interpolation.OrientationInterpolator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Interpolation | |
| org.web3d.x3d.sai.Interpolation |
-
Uses of OrientationInterpolator in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement OrientationInterpolator Modifier and Type Class Description classOrientationInterpolatorObjectOrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values. -
Uses of OrientationInterpolator in org.web3d.x3d.sai.Interpolation
Methods in org.web3d.x3d.sai.Interpolation that return OrientationInterpolator Modifier and Type Method Description OrientationInterpolatorOrientationInterpolator. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.OrientationInterpolatorOrientationInterpolator. setKeyValue(float[] newValue)Accessor method to assign 4-tuple float array unit axis, angle (in radians) to inputOutput MFRotation field named keyValue.OrientationInterpolatorOrientationInterpolator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.