Class Trap
java.lang.Object
org.jlab.geometry.prim.Trap
- All Implemented Interfaces:
Primitive
-
Constructor Summary
ConstructorsConstructorDescriptionTrap(double pDz, double pTheta, double pPhi, double pDy1, double pDx1, double pDx2, double pAlp1, double pDy2, double pDx3, double pDx4, double pAlp2) -
Method Summary
Modifier and TypeMethodDescriptionReturns the property storage of this primitive.Returns the polygons that define this primitive.
-
Constructor Details
-
Trap
public Trap(double pDz, double pTheta, double pPhi, double pDy1, double pDx1, double pDx2, double pAlp1, double pDy2, double pDx3, double pDx4, double pAlp2)
-
-
Method Details
-
toPolygons
Description 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 interfacePrimitive- Returns:
- a list of polygons that define this primitive
-
getProperties
Description copied from interface:PrimitiveReturns the property storage of this primitive.- Specified by:
getPropertiesin interfacePrimitive- Returns:
- the property storage of this primitive
-