Uses of Interface
org.web3d.x3d.sai.Interpolation.NormalInterpolator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Interpolation | |
| org.web3d.x3d.sai.Interpolation |
-
Uses of NormalInterpolator in org.web3d.x3d.jsail.Interpolation
Classes in org.web3d.x3d.jsail.Interpolation that implement NormalInterpolator Modifier and Type Class Description classNormalInterpolatorObjectNormalInterpolator generates a series of normal (perpendicular) 3-tuple SFVec3f values. -
Uses of NormalInterpolator in org.web3d.x3d.sai.Interpolation
Methods in org.web3d.x3d.sai.Interpolation that return NormalInterpolator Modifier and Type Method Description NormalInterpolatorNormalInterpolator. setKey(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named key.NormalInterpolatorNormalInterpolator. setKeyValue(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named keyValue.NormalInterpolatorNormalInterpolator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.