Uses of Class
org.web3d.x3d.jsail.NURBS.CoordinateDouble
Package
Description
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 TypeMethodDescriptionCoordinateDouble.addComments
(String newComment) Add comment as String to contained commentsList.CoordinateDouble.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.CoordinateDouble.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton SFVec3d value to MFVec3d point field.CoordinateDouble.clearIS()
Utility method to clear SFNode value of IS field.CoordinateDouble.clearMetadata()
Utility method to clear SFNode value of metadata field.final CoordinateDouble
CoordinateDouble.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.CoordinateDouble.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final CoordinateDouble
CoordinateDouble.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.CoordinateDouble.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final CoordinateDouble
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final CoordinateDouble
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.CoordinateDouble.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateDouble.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.Assign typed object value to MFVec3d point field, similar tosetPoint(double[])
.final CoordinateDouble
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.CoordinateDouble.setUSE
(CoordinateDouble DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionCoordinateDouble.setUSE
(CoordinateDouble DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.