Uses of Interface
org.web3d.x3d.sai.Geometry2D.Polypoint2D
Package
Description
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
The Geometry2D component defines how two-dimensional geometry is specified and what shapes are available.
-
Uses of Polypoint2D in org.web3d.x3d.jsail.Geometry2D
Modifier and TypeClassDescriptionclass
Polypoint2D is a geometry node that defines a set of 2D points in X-Y plane. -
Uses of Polypoint2D in org.web3d.x3d.sai.Geometry2D
Modifier and TypeMethodDescriptionPolypoint2D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Polypoint2D.setPoint
(float[] newValue) Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named point.