Uses of Interface
org.web3d.x3d.sai.Geometry2D.Polyline2D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry2D | |
| org.web3d.x3d.sai.Geometry2D |
-
Uses of Polyline2D in org.web3d.x3d.jsail.Geometry2D
Classes in org.web3d.x3d.jsail.Geometry2D that implement Polyline2D Modifier and Type Class Description classPolyline2DObjectPolyline2D is a geometry node that defines a connected set of vertices in a contiguous set of line segments in X-Y plane. -
Uses of Polyline2D in org.web3d.x3d.sai.Geometry2D
Methods in org.web3d.x3d.sai.Geometry2D that return Polyline2D Modifier and Type Method Description Polyline2DPolyline2D. setLineSegments(float[] newValue)Accessor method to assign 2-tuple float array to initializeOnly MFVec2f field named lineSegments.Polyline2DPolyline2D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.