Package org.web3d.x3d.sai.NURBS
Interface CoordinateDouble
- All Superinterfaces:
X3DCoordinateNode
,X3DGeometricPropertyNode
,X3DNode
- All Known Implementing Classes:
CoordinateDouble
CoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values.
X3D node tooltip: [X3DCoordinateNode] CoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values. CoordinateDouble is used by IndexedFaceSet, IndexedLineSet, LineSet, PointSet, Triangle* and IndexedTriangle* nodes. CoordinateDouble is also used by NurbsPositionInterpolator and NurbsOrientationInterpolator.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
X3D node tooltip: [X3DCoordinateNode] CoordinateDouble builds geometry by defining a set of 3D coordinate (triplet) point values. CoordinateDouble is used by IndexedFaceSet, IndexedLineSet, LineSet, PointSet, Triangle* and IndexedTriangle* nodes. CoordinateDouble is also used by NurbsPositionInterpolator and NurbsOrientationInterpolator.
- Warning: CoordinateDouble requires NURBS component level 1, otherwise Full profile.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
-
Method Summary
Modifier and TypeMethodDescriptionProvide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.double[]
getPoint()
Provide array of 3-tuple double results from inputOutput MFVec3d field named point.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.setPoint
(double[] newValue) Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named point.
-
Method Details
-
getMetadata
X3DMetadataObject getMetadata()Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
Tooltip: [X3DMetadataObject] Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.- Hint: X3D Architecture 7.2.4 Metadata https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-CD1/Part01/components/core.html#Metadata
- Specified by:
getMetadata
in interfaceX3DCoordinateNode
- Specified by:
getMetadata
in interfaceX3DGeometricPropertyNode
- Specified by:
getMetadata
in interfaceX3DNode
- Returns:
- value of metadata field
- See Also:
-
setMetadata
Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
Tooltip: [X3DMetadataObject] Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.- Hint: X3D Architecture 7.2.4 Metadata https://www.web3d.org/specifications/X3Dv4Draft/ISO-IEC19775-1v4-CD1/Part01/components/core.html#Metadata
- Specified by:
setMetadata
in interfaceX3DCoordinateNode
- Specified by:
setMetadata
in interfaceX3DGeometricPropertyNode
- Specified by:
setMetadata
in interfaceX3DNode
- Parameters:
newValue
- is new value for the metadata field.- Returns:
CoordinateDouble
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-
getPoint
double[] getPoint()Provide array of 3-tuple double results from inputOutput MFVec3d field named point.
Tooltip: point contains a set of 3D coordinate (triplet) point values. *- Returns:
- value of point field
-
setPoint
Accessor method to assign 3-tuple double array to inputOutput MFVec3d field named point.
Tooltip: point contains a set of 3D coordinate (triplet) point values. *- Parameters:
newValue
- is new value for the point field.- Returns:
CoordinateDouble
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-