Uses of Interface
org.web3d.x3d.sai.NURBS.CoordinateDouble
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS | |
| org.web3d.x3d.sai.NURBS |
-
Uses of CoordinateDouble in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement CoordinateDouble Modifier and Type Class Description classCoordinateDoubleObjectCoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values. -
Uses of CoordinateDouble in org.web3d.x3d.sai.NURBS
Methods in org.web3d.x3d.sai.NURBS that return CoordinateDouble Modifier and Type Method Description CoordinateDoubleCoordinateDouble. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDoubleCoordinateDouble. setPoint(double[] newValue)Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named point.