Uses of Class
org.jlab.geom.prim.Arc3D
Packages that use Arc3D
-
Uses of Arc3D in org.jlab.geom.prim
Methods in org.jlab.geom.prim that return Arc3DModifier and TypeMethodDescriptionCylindrical3D.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 Arc3DModifier and TypeMethodDescriptionvoidSets the core parameters of thisArc3Dto be equal to those of the given arc such that this arc will coincide with the given arc.voidSets the parameters of this cylindrical segment to equal the given parameters.voidSets the outer arc of this sector and the radial thickness.voidSets the base of this cylindrical segment.voidSector3D.setInnerArc(Arc3D outerArc) Sets the outer arc of this sector.Constructors in org.jlab.geom.prim with parameters of type Arc3DModifierConstructorDescriptionConstructs a newArc3Dthat is identical to the given arc.Cylindrical3D(Arc3D arc, double height) Constructs a newCylindrical3Dfrom the given arc and height.Constructs a newSector3Dfrom the given outer arc and the given radial thickness.