Uses of Interface
org.web3d.x3d.sai.Interpolation.SplinePositionInterpolator2D
Package
Description
Interpolator nodes provide keyframe-based animation capability.
Interpolator nodes provide keyframe-based animation capability.
-
Uses of SplinePositionInterpolator2D in org.web3d.x3d.jsail.Interpolation
Modifier and TypeClassDescriptionclass
SplinePositionInterpolator2D 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
Modifier and TypeMethodDescriptionSplinePositionInterpolator2D.setClosed
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named closed.SplinePositionInterpolator2D.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.SplinePositionInterpolator2D.setKeyValue
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named keyValue.SplinePositionInterpolator2D.setKeyVelocity
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named keyVelocity.SplinePositionInterpolator2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SplinePositionInterpolator2D.setNormalizeVelocity
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named normalizeVelocity.