Uses of Interface
org.web3d.x3d.sai.NURBS.CoordinateDouble
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 CoordinateDouble in org.web3d.x3d.jsail.NURBS
Modifier and TypeClassDescriptionclass
CoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values. -
Uses of CoordinateDouble in org.web3d.x3d.sai.NURBS
Modifier and TypeMethodDescriptionCoordinateDouble.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDouble.setPoint
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named point.