Uses of Interface
org.web3d.x3d.sai.Geometry2D.TriangleSet2D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Geometry2D | |
| org.web3d.x3d.sai.Geometry2D |
-
Uses of TriangleSet2D in org.web3d.x3d.jsail.Geometry2D
Classes in org.web3d.x3d.jsail.Geometry2D that implement TriangleSet2D Modifier and Type Class Description classTriangleSet2DObjectTriangleSet2D is a geometry node that defines a set of filled 2D triangles in X-Y plane. -
Uses of TriangleSet2D in org.web3d.x3d.sai.Geometry2D
Methods in org.web3d.x3d.sai.Geometry2D that return TriangleSet2D Modifier and Type Method Description TriangleSet2DTriangleSet2D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TriangleSet2DTriangleSet2D. setSolid(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named solid.TriangleSet2DTriangleSet2D. setVertices(float[] newValue)Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named vertices.