Uses of Class
org.jlab.geom.prim.Arc3D

Packages that use Arc3D
Package
Description
 
  • Uses of Arc3D in org.jlab.geom.prim

    Methods in org.jlab.geom.prim that return Arc3D
    Modifier and Type
    Method
    Description
    Cylindrical3D.baseArc()
    Returns the base of this cylindrical segment.
    Cylindrical3D.highArc()
    Constructs the arc at the top of this cylindrical segment.
    Sector3D.innerArc()
    Constructs the inner arc of this sector.
    Sector3D.outerArc()
    Returns the outer arc of this sector.
    Methods in org.jlab.geom.prim with parameters of type Arc3D
    Modifier and Type
    Method
    Description
    void
    Arc3D.copy(Arc3D arc)
    Sets the core parameters of this Arc3D to be equal to those of the given arc such that this arc will coincide with the given arc.
    void
    Cylindrical3D.set(Arc3D arc, double height)
    Sets the parameters of this cylindrical segment to equal the given parameters.
    void
    Sector3D.set(Arc3D outerArc, double dR)
    Sets the outer arc of this sector and the radial thickness.
    void
    Cylindrical3D.setArc(Arc3D arc)
    Sets the base of this cylindrical segment.
    void
    Sector3D.setInnerArc(Arc3D outerArc)
    Sets the outer arc of this sector.
    Constructors in org.jlab.geom.prim with parameters of type Arc3D
    Modifier
    Constructor
    Description
     
    Arc3D(Arc3D arc)
    Constructs a new Arc3D that is identical to the given arc.
     
    Cylindrical3D(Arc3D arc, double height)
    Constructs a new Cylindrical3D from the given arc and height.
     
    Sector3D(Arc3D outerArc, double dR)
    Constructs a new Sector3D from the given outer arc and the given radial thickness.