Uses of Class
org.jlab.geom.prim.Plane3D
Packages that use Plane3D
Package
Description
-
Uses of Plane3D in org.jlab.geom.abs
Methods in org.jlab.geom.abs that return Plane3D -
Uses of Plane3D in org.jlab.geom.base
Methods in org.jlab.geom.base that return Plane3DModifier and TypeMethodDescriptionLayer.getPlane()
Returns a plane on the up-beam surface of this layer such that in the local coordinate system the reference point is at x = 0 y = 0, the z-coordinate is equal to the the minimum of the z-coordinates of the points in the surface boundary, and the normal is pointing down-beam. -
Uses of Plane3D in org.jlab.geom.detector.alert.AHDC
Methods in org.jlab.geom.detector.alert.AHDC that return Plane3DModifier and TypeMethodDescriptionAlertDCLayer.getMidplane()
Returns the plane that bisects the region containing the layer. -
Uses of Plane3D in org.jlab.geom.detector.dc
Methods in org.jlab.geom.detector.dc that return Plane3DModifier and TypeMethodDescriptionDCLayer.getMidplane()
Returns the plane that bisects the the region containing the layer.DCSector.getRegionMiddlePlane
(int regionId) Constructs a newPlane3D
half way between the two superlayers in the region at the specified index with the normal of the plane facing away from the target. -
Uses of Plane3D in org.jlab.geom.prim
Methods in org.jlab.geom.prim that return Plane3DModifier and TypeMethodDescriptionSector3D.plane()
Trap3D.plane()
Constructs the plane representing the trapezoid surfaceTriangle3D.plane()
Constructs the the plane of thisTriangle3D
.Methods in org.jlab.geom.prim with parameters of type Plane3DModifier and TypeMethodDescriptionvoid
Sets the reference point and normal of this plane to coincide with the reference point and normal of the given plane.int
Plane3D.intersection
(Plane3D plane, Line3D intersect) Finds the intersection of the given plane with this plane.boolean
Plane3D.intersection
(Plane3D plane1, Plane3D plane2, Point3D intersect) Finds the intersection of the two given planes and this plane.Constructors in org.jlab.geom.prim with parameters of type Plane3D