Uses of Interface
org.web3d.x3d.sai.Interpolation.PositionInterpolator2D
Package
Description
Interpolator nodes provide keyframe-based animation capability.
Interpolator nodes provide keyframe-based animation capability.
-
Uses of PositionInterpolator2D in org.web3d.x3d.jsail.Interpolation
Modifier and TypeClassDescriptionclass
PositionInterpolator2D generates a series of SFVec2f values. -
Uses of PositionInterpolator2D in org.web3d.x3d.sai.Interpolation
Modifier and TypeMethodDescriptionPositionInterpolator2D.setKey
(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.PositionInterpolator2D.setKeyValue
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named keyValue.PositionInterpolator2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.