Uses of Class
org.jlab.geom.prim.Triangle3D
Packages that use Triangle3D
-
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.