Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsSurfaceInterpolator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS | |
| org.web3d.x3d.sai.NURBS |
-
Uses of NurbsSurfaceInterpolator in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement NurbsSurfaceInterpolator Modifier and Type Class Description classNurbsSurfaceInterpolatorObjectNurbsSurfaceInterpolator describes a 3D NURBS curve and outputs interpolated position and normal values. -
Uses of NurbsSurfaceInterpolator in org.web3d.x3d.sai.NURBS
Methods in org.web3d.x3d.sai.NURBS that return NurbsSurfaceInterpolator Modifier and Type Method Description NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setControlPoint(X3DCoordinateNode newValue)Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setUDimension(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setUKnot(double[] newValue)Accessor method to assign double array to initializeOnly MFDouble field named uKnot.NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setUOrder(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setVDimension(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setVKnot(double[] newValue)Accessor method to assign double array to initializeOnly MFDouble field named vKnot.NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setVOrder(int newValue)Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.NurbsSurfaceInterpolatorNurbsSurfaceInterpolator. setWeight(double[] newValue)Accessor method to assign double array to inputOutput MFDouble field named weight.