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 TypeMethodDescriptionvoid
Sets the core parameters of thisArc3D
to be equal to those of the given arc such that this arc will coincide with the given arc.void
Sets the parameters of this cylindrical segment to equal the given parameters.void
Sets the outer arc of this sector and the radial thickness.void
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 Arc3DModifierConstructorDescriptionConstructs a newArc3D
that is identical to the given arc.Cylindrical3D
(Arc3D arc, double height) Constructs a newCylindrical3D
from the given arc and height.Constructs a newSector3D
from the given outer arc and the given radial thickness.