Package org.jlab.geometry.prim
Class Tube
java.lang.Object
org.jlab.geometry.prim.Tube
- All Implemented Interfaces:
- Primitive
- Author:
- pdavies
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns the property storage of this primitive.Returns the polygons that define this primitive.
- 
Constructor Details- 
Tubepublic Tube(double pDr1, double pDr2, double pDz, double pPhi, double pDphi) 
 
- 
- 
Method Details- 
toPolygonsDescription copied from interface:PrimitiveReturns the polygons that define this primitive. Note: this method computes the polygons each time this method is called. The polygons can be cached inside aCSGobject.- Specified by:
- toPolygonsin interface- Primitive
- Returns:
- a list of polygons that define this primitive
 
- 
getPropertiesDescription copied from interface:PrimitiveReturns the property storage of this primitive.- Specified by:
- getPropertiesin interface- Primitive
- Returns:
- the property storage of this primitive
 
 
-