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