Uses of Interface
org.web3d.x3d.sai.Interpolation.CoordinateInterpolator2D
Packages that use CoordinateInterpolator2D
Package
Description
Interpolator nodes provide keyframe-based animation capability.
Interpolator nodes provide keyframe-based animation capability.
-
Uses of CoordinateInterpolator2D in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement CoordinateInterpolator2DModifier and TypeClassDescriptionclassCoordinateInterpolator2D generates a series of SFVec2f or MFVec2f 2-tuple float values. -
Uses of CoordinateInterpolator2D in org.web3d.x3d.sai.Interpolation
Methods in org.web3d.x3d.sai.Interpolation that return CoordinateInterpolator2DModifier and TypeMethodDescriptionCoordinateInterpolator2D.setKey(float[] newValue) Accessor method to assign float array to inputOutput MFFloat field named key.CoordinateInterpolator2D.setKeyValue(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named keyValue.CoordinateInterpolator2D.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.