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 TypeMethodDescriptionvoidTriangle3D.copy(Triangle3D triangle) Sets the points of thisTriangle3Dto coincide with points of the given triangle.voidMesh3D.getFace(int face, Triangle3D tri) Constructors in org.jlab.geom.prim with parameters of type Triangle3DModifierConstructorDescriptionTriangle3D(Triangle3D triangle) Constructs a newTriangle3Dwith its points coinciding with the points of the given triangle.