Package org.web3d.x3d.sai.geometry2d
Interface Polypoint2D
- All Superinterfaces:
X3DGeometryNode
,X3DNode
- All Known Implementing Classes:
SAIPolypoint2D
,SAIPolypoint2D
Defines the requirements of an X3D Polypoint2D node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
-
Method Details
-
getNumPoint
int getNumPoint()Return the number of MFVec2f items in the point field.- Returns:
- the number of MFVec2f items in the point field.
-
getPoint
void getPoint(float[] val) Return the point value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setPoint
void setPoint(float[] val) Set the point field.- Parameters:
val
- The float[] to set.
-