Uses of Class
org.jlab.geom.prim.Triangle3D
Packages that use Triangle3D
Package
Description
-
Uses of Triangle3D in org.jlab.detector.geom.RICH
Methods in org.jlab.detector.geom.RICH that return Triangle3DModifier and TypeMethodDescriptionRICHGeoFactory.toTriangle3D
(Face3D face) RICHLayer.toTriangle3D
(Face3D face) Methods in org.jlab.detector.geom.RICH that return types with arguments of type Triangle3DMethods in org.jlab.detector.geom.RICH with parameters of type Triangle3DModifier and TypeMethodDescriptionRICHGeoFactory.get_Triangle3D_Bary
(Triangle3D tri) void
RICHGeoFactory.rotate_Triangle3D
(Triangle3D tri, Vector3d angle) void
RICHGeoFactory.show_Triangle3D
(Triangle3D tri, String name) void
RICHGeoFactory.translate_Triangle3D
(Triangle3D tri, Vector3d shift) -
Uses of Triangle3D in org.jlab.geom.detector.ec
Methods in org.jlab.geom.detector.ec that return Triangle3DModifier and TypeMethodDescriptionECLayer.getTrajectorySurface()
Builds the contour of the layer surface as a Triangle3D -
Uses of Triangle3D in org.jlab.geom.prim
Methods in org.jlab.geom.prim with parameters of type Triangle3DModifier and TypeMethodDescriptionvoid
Triangle3D.copy
(Triangle3D triangle) Sets the points of thisTriangle3D
to coincide with points of the given triangle.void
Mesh3D.getFace
(int face, Triangle3D tri) Constructors in org.jlab.geom.prim with parameters of type Triangle3DModifierConstructorDescriptionTriangle3D
(Triangle3D triangle) Constructs a newTriangle3D
with its points coinciding with the points of the given triangle. -
Uses of Triangle3D in org.jlab.rec.dc.trajectory
Constructors in org.jlab.rec.dc.trajectory with parameters of type Triangle3DModifierConstructorDescriptionSurface
(DetectorType type, int sector, int layer, Triangle3D triangle, double thickness) TriangleContour
(Triangle3D contour)