Uses of Interface
org.web3d.x3d.sai.Rendering.Coordinate
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Rendering | |
| org.web3d.x3d.sai.Rendering |
-
Uses of Coordinate in org.web3d.x3d.jsail.Rendering
Classes in org.web3d.x3d.jsail.Rendering that implement Coordinate Modifier and Type Class Description classCoordinateObjectCoordinate builds geometry by defining a set of 3D coordinate (triplet) point values. -
Uses of Coordinate in org.web3d.x3d.sai.Rendering
Methods in org.web3d.x3d.sai.Rendering that return Coordinate Modifier and Type Method Description CoordinateCoordinate. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.CoordinateCoordinate. setPoint(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named point.