Uses of Interface
org.web3d.x3d.sai.Geometry2D.Arc2D

Packages that use Arc2D
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 Arc2D in org.web3d.x3d.jsail.Geometry2D

    Classes in org.web3d.x3d.jsail.Geometry2D that implement Arc2D
    Modifier and Type
    Class
    Description
    class 
    Arc2D is a line-based geometry node that defines a linear circular arc with center (0,0) in X-Y plane, with angles measured starting at positive x-axis and sweeping towards positive y-axis.
  • Uses of Arc2D in org.web3d.x3d.sai.Geometry2D

    Methods in org.web3d.x3d.sai.Geometry2D that return Arc2D
    Modifier and Type
    Method
    Description
    Arc2D.setEndAngle(float newValue)
    Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named endAngle.
    Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
    Arc2D.setRadius(float newValue)
    Accessor method to assign float value to initializeOnly SFFloat field named radius.
    Arc2D.setStartAngle(float newValue)
    Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named startAngle.