Uses of Interface
org.web3d.x3d.sai.Followers.PositionDamper2D
Package
Description
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
The Follower nodes (Chasers and Dampers) support dynamic creation of smooth parameter transitions at run time.
-
Uses of PositionDamper2D in org.web3d.x3d.jsail.Followers
Modifier and TypeClassDescriptionclass
PositionDamper2D generates a series of 2D floating-point values that progressively change from initial value to destination value. -
Uses of PositionDamper2D in org.web3d.x3d.sai.Followers
Modifier and TypeMethodDescriptionPositionDamper2D.setInitialDestination
(float[] newValue) Accessor method to assign 2-tuple float array to initializeOnly SFVec2f field named initialDestination.PositionDamper2D.setInitialValue
(float[] newValue) Accessor method to assign 2-tuple float array to initializeOnly SFVec2f field named initialValue.PositionDamper2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.PositionDamper2D.setOrder
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named order.PositionDamper2D.setTau
(double newValue) Accessor method to assign double value in seconds to inputOutput SFTime field named tau.PositionDamper2D.setTolerance
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named tolerance.