Uses of Interface
org.web3d.x3d.sai.NURBS.NurbsOrientationInterpolator
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 NurbsOrientationInterpolator in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
NurbsOrientationInterpolator describes a 3D NURBS curve and outputs interpolated orientation values. -
Uses of NurbsOrientationInterpolator in org.web3d.x3d.sai.NURBS
Modifier and TypeMethodDescriptionNurbsOrientationInterpolator.setControlPoint
(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.NurbsOrientationInterpolator.setKnot
(double[] newValue) Accessor method to assign double array to inputOutput MFDouble field named knot.NurbsOrientationInterpolator.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.NurbsOrientationInterpolator.setOrder
(int newValue) Accessor method to assign int value to inputOutput SFInt32 field named order.NurbsOrientationInterpolator.setWeight
(double[] newValue) Accessor method to assign double array to inputOutput MFDouble field named weight.