Uses of Class
org.jlab.detector.geant4.v2.SVT.Matrix
Packages that use Matrix
- 
Uses of Matrix in org.jlab.detector.geant4.v2.SVTMethods in org.jlab.detector.geant4.v2.SVT that return MatrixModifier and TypeMethodDescriptionMatrix.clone()Clones this Matrix.static MatrixMatrix.convertRotationAxisAngleToMatrix(double[] aAxisAngle) Converts the given axis-angle rotation to a rotation matrix.static MatrixMatrix.convertRotationFromEulerInXYZ_ExZYX(double angle_x, double angle_y, double angle_z) Converts the given Tait-Bryan angles to a rotation matrix.static MatrixMatrix.convertRotationFromEulerInZYX_ExXYZ(double angle_x, double angle_y, double angle_z) Converts the given Tait-Bryan angles to a rotation matrix.static MatrixUtil.convertRotationVectorToMatrix(double theta, double phi) Converts the given spherical angles to a rotation matrix.static MatrixMultiplies the two given matrices together with matrix multiplication.static MatrixMatrix.rotateX(double angle) Constructs a rotation matrix for rotation about the X axis by the given angle.static MatrixMatrix.rotateY(double angle) Constructs a rotation matrix for rotation about the Y axis by the given angle.static MatrixMatrix.rotateZ(double angle) Constructs a rotation matrix for rotation about the Z axis by the given angle.static MatrixConverts the given vector to a column-based Matrix.static MatrixReturns a transposed clone of the given Matrix.Methods in org.jlab.detector.geant4.v2.SVT with parameters of type MatrixModifier and TypeMethodDescriptionstatic double[]Matrix.convertRotationToEulerInXYZ_ExZYX(Matrix aMatrix) Converts the given rotation matrix to Tait-Bryan angles.static MatrixMultiplies the two given matrices together with matrix multiplication.static Vector3dUtil.toVector3d(Matrix m) Converts the given column-based Matrix to a vector.static MatrixReturns a transposed clone of the given Matrix.
- 
Uses of Matrix in org.jlab.rec.richMethods in org.jlab.rec.rich that return Matrix