Package X3dForWebAuthors.Chapter10Geometry2D
package X3dForWebAuthors.Chapter10Geometry2D
Chapter 10 Geometry2D nodes simplify creation of simple planar shapes, which can be helpful for billboards and user interfaces.
The X3D Java Scene Access Interface (x3djsail) package provides concrete classes for each X3D node and statement.
Online: X3D Java Scene Access Interface Library (X3DJSAIL) and X3DJSAIL Javadoc
- See Also:
-
ClassDescriptionExample of Arc2D node showing semicircular arcs.Example of ArcClose2D showing PIE or CHORD subsections of circular geometry.Example of Circle2D node showing a simple circular circumference.Example of Disk2D showing circular geometry with an optional center hole.Example of Polyline2D showing multiple 2D line segments.Example of Polypoint2D showing a simple set of points.Example of Rectangle2D showing two simple polygonal shapes.Example of all of the Geometry2D nodes for the X3D Book.Example of TriangleSet2D showing multiple simple triangle shapes.