Uses of Class
org.jlab.geometry.prim.Line3d
Packages that use Line3d
Package
Description
-
Uses of Line3d in eu.mihosoft.vrl.v3d
Methods in eu.mihosoft.vrl.v3d that return types with arguments of type Line3dModifier and TypeMethodDescriptionCSG.getCrossSection
(Vector3d planePoint, Vector3d planeNormal) Polygon.getIntersection
(Vector3d planePoint, Vector3d planeNormal) -
Uses of Line3d in org.jlab.detector.geant4.v2.SVT
Methods in org.jlab.detector.geant4.v2.SVT that return Line3dModifier and TypeMethodDescriptionSVTStripFactory.createIdealStrip
(int aStrip, int aModule) Returns a sensor strip before any alignment shifts been applied.SVTStripFactory.createShiftedStrip
(int aRegion, int aSector, int aModule, int aStrip) Returns a sensor strip after the alignment shifts have been applied.SVTStripFactory.getIdealStrip
(int aLayer, int aSector, int aStrip) Returns a sensor strip before any alignment shifts been applied.SVTStripFactory.getIdealStrip
(int aRegion, int aSector, int aModule, int aStrip) Returns a sensor strip before any alignment shifts been applied.SVTStripFactory.getModuleEndPoints
(int aLayer, int aSector) Returns the end points of the module in the lab frame, depending on this factory's setup.SVTStripFactory.getShiftedStrip
(int aLayer, int aSector, int aStrip) Returns a sensor strip after the alignment shifts have been applied.SVTStripFactory.getShiftedStrip
(int aRegion, int aSector, int aModule, int aStrip) Returns a sensor strip after the alignment shifts have been applied.SVTStripFactory.getStrip
(int aLayer, int aSector, int aStrip) Returns either an ideal or shifted strip, depending on this factory's setup.SVTStripFactory.getStrip
(int aRegion, int aSector, int aModule, int aStrip) Returns either an ideal or shifted strip, depending on this factory's setup.Methods in org.jlab.detector.geant4.v2.SVT with parameters of type Line3dModifier and TypeMethodDescriptionstatic Geant4Basic
Util.createArrow
(String aName, Line3d aLine, double aCapRadius, double aPointerRadius, boolean aDisplayCapStart, boolean aDisplayPointer, boolean aDisplayCapEnd) -
Uses of Line3d in org.jlab.detector.geom.RICH
Methods in org.jlab.detector.geom.RICH that return Line3dMethods in org.jlab.detector.geom.RICH with parameters of type Line3d -
Uses of Line3d in org.jlab.detector.volume
Methods in org.jlab.detector.volume that return Line3d -
Uses of Line3d in org.jlab.geometry.prim
Methods in org.jlab.geometry.prim that return Line3dMethods in org.jlab.geometry.prim that return types with arguments of type Line3dModifier and TypeMethodDescriptionTriangle3d.getIntersection
(Vector3d planePoint, Vector3d planeNormal)