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