Uses of Interface
org.web3d.x3d.sai.Interpolation.ScalarInterpolator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Interpolation | |
| org.web3d.x3d.sai.Interpolation |
-
Uses of ScalarInterpolator in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement ScalarInterpolator Modifier and Type Class Description classScalarInterpolatorObjectScalarInterpolator generates piecewise-linear SFFloat values. -
Uses of ScalarInterpolator in org.web3d.x3d.sai.Interpolation
Methods in org.web3d.x3d.sai.Interpolation that return ScalarInterpolator Modifier and Type Method Description ScalarInterpolatorScalarInterpolator. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.ScalarInterpolatorScalarInterpolator. setKeyValue(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named keyValue.ScalarInterpolatorScalarInterpolator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.