Uses of Interface
org.web3d.x3d.sai.Interpolation.CoordinateInterpolator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Interpolation | |
| org.web3d.x3d.sai.Interpolation |
-
Uses of CoordinateInterpolator in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement CoordinateInterpolator Modifier and Type Class Description classCoordinateInterpolatorObjectCoordinateInterpolator linearly interpolates among a list of 3-tuple MFVec3f arrays, producing a single MFVec3f array that is fractional average between two nearest arrays in the list. -
Uses of CoordinateInterpolator in org.web3d.x3d.sai.Interpolation
Methods in org.web3d.x3d.sai.Interpolation that return CoordinateInterpolator Modifier and Type Method Description CoordinateInterpolatorCoordinateInterpolator. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.CoordinateInterpolatorCoordinateInterpolator. setKeyValue(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named keyValue.CoordinateInterpolatorCoordinateInterpolator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.