Uses of Interface
org.web3d.x3d.sai.Followers.CoordinateChaser
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Followers | |
| org.web3d.x3d.sai.Followers |
-
Uses of CoordinateChaser in org.web3d.x3d.jsail.Followers
Classes in org.web3d.x3d.jsail.Followers that implement CoordinateChaser Modifier and Type Class Description classCoordinateChaserObjectCoordinateChaser generates a series of coordinate arrays that progressively change from initial value to destination value. -
Uses of CoordinateChaser in org.web3d.x3d.sai.Followers
Methods in org.web3d.x3d.sai.Followers that return CoordinateChaser Modifier and Type Method Description CoordinateChaserCoordinateChaser. setDuration(double newValue)Accessor method to assign double value in seconds to initializeOnly SFTime field named duration.CoordinateChaserCoordinateChaser. setInitialDestination(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly MFVec3f field named initialDestination.CoordinateChaserCoordinateChaser. setInitialValue(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly MFVec3f field named initialValue.CoordinateChaserCoordinateChaser. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.