Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsPositionInterpolator
Package
Description
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
The NURBS component describes Non-uniform Rational B-Spline (NURBS) geometry and interpolation nodes.
-
Uses of NurbsPositionInterpolator in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
NurbsPositionInterpolator describes a 3D NURBS curve and outputs interpolated position values. -
Uses of NurbsPositionInterpolator in org.web3d.x3d.sai.NURBS
Modifier and TypeMethodDescriptionNurbsPositionInterpolator.setControlPoint
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsPositionInterpolator.setKnot
(double[] newValue) Accessor method to assign double array to inputOutput MFDouble field named knot.NurbsPositionInterpolator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsPositionInterpolator.setOrder
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named order.NurbsPositionInterpolator.setWeight
(double[] newValue) Accessor method to assign double array to inputOutput MFDouble field named weight.