Uses of Interface
org.web3d.x3d.sai.Interpolation.X3DInterpolatorNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geospatial | |
| org.web3d.x3d.jsail.Interpolation | |
| org.web3d.x3d.sai.Geospatial | |
| org.web3d.x3d.sai.Interpolation |
-
Uses of X3DInterpolatorNode in org.web3d.x3d.jsail.Geospatial
Classes in org.web3d.x3d.jsail.Geospatial that implement X3DInterpolatorNode Modifier and Type Class Description classGeoPositionInterpolatorObjectGeoPositionInterpolator animates objects within a geographic coordinate system. -
Uses of X3DInterpolatorNode in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement X3DInterpolatorNode Modifier and Type Class Description classColorInterpolatorObjectColorInterpolator generates a range of color values.classCoordinateInterpolator2DObjectCoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.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.classNormalInterpolatorObjectNormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.classOrientationInterpolatorObjectOrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.classPositionInterpolator2DObjectPositionInterpolator2D generates a series of SFVec2f values.classPositionInterpolatorObjectPositionInterpolator generates a series of 3-tuple SFVec3f values.classScalarInterpolatorObjectScalarInterpolator generates piecewise-linear SFFloat values.classSplinePositionInterpolator2DObjectSplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.classSplinePositionInterpolatorObjectSplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.classSplineScalarInterpolatorObjectSplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.classSquadOrientationInterpolatorObjectSquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event. -
Uses of X3DInterpolatorNode in org.web3d.x3d.sai.Geospatial
Subinterfaces of X3DInterpolatorNode in org.web3d.x3d.sai.Geospatial Modifier and Type Interface Description interfaceGeoPositionInterpolatorGeoPositionInterpolator animates objects within a geographic coordinate system. -
Uses of X3DInterpolatorNode in org.web3d.x3d.sai.Interpolation
Subinterfaces of X3DInterpolatorNode in org.web3d.x3d.sai.Interpolation Modifier and Type Interface Description interfaceColorInterpolatorColorInterpolator generates a range of color values.interfaceCoordinateInterpolatorCoordinateInterpolator 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.interfaceCoordinateInterpolator2DCoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values.interfaceNormalInterpolatorNormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values.interfaceOrientationInterpolatorOrientationInterpolator generates a series of 4-tuple axis-angle SFRotation values.interfacePositionInterpolatorPositionInterpolator generates a series of 3-tuple SFVec3f values.interfacePositionInterpolator2DPositionInterpolator2D generates a series of SFVec2f values.interfaceScalarInterpolatorScalarInterpolator generates piecewise-linear SFFloat values.interfaceSplinePositionInterpolatorSplinePositionInterpolator performs non-linear interpolation among paired lists of 3-tuple values and velocities to produce an SFVec3f value_changed output event.interfaceSplinePositionInterpolator2DSplinePositionInterpolator2D performs non-linear interpolation among paired lists of 2-tuple values and velocities to produce an SFVec2f value_changed output event.interfaceSplineScalarInterpolatorSplineScalarInterpolator performs non-linear interpolation among paired lists of float values and velocities to produce an SFFloat value_changed output event.interfaceSquadOrientationInterpolatorSquadOrientationInterpolator performs non-linear interpolation among paired lists of rotation values to produce an SFRotation value_changed output event.Methods in org.web3d.x3d.sai.Interpolation that return X3DInterpolatorNode Modifier and Type Method Description X3DInterpolatorNodeX3DInterpolatorNode. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.X3DInterpolatorNodeX3DInterpolatorNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.