Uses of Interface
org.web3d.x3d.sai.Interpolation.SplinePositionInterpolator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Interpolation | |
| org.web3d.x3d.sai.Interpolation |
-
Uses of SplinePositionInterpolator in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement SplinePositionInterpolator Modifier and Type Class Description classSplinePositionInterpolatorObjectSplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event. -
Uses of SplinePositionInterpolator in org.web3d.x3d.sai.Interpolation
Methods in org.web3d.x3d.sai.Interpolation that return SplinePositionInterpolator Modifier and Type Method Description SplinePositionInterpolatorSplinePositionInterpolator. setClosed(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named closed.SplinePositionInterpolatorSplinePositionInterpolator. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.SplinePositionInterpolatorSplinePositionInterpolator. setKeyValue(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named keyValue.SplinePositionInterpolatorSplinePositionInterpolator. setKeyVelocity(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named keyVelocity.SplinePositionInterpolatorSplinePositionInterpolator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolatorSplinePositionInterpolator. setNormalizeVelocity(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named normalizeVelocity.