Uses of Class
org.jlab.detector.geant4.v2.SVT.Matrix
Packages that use Matrix
-
Uses of Matrix in org.jlab.detector.geant4.v2.SVT
Methods in org.jlab.detector.geant4.v2.SVT that return MatrixModifier and TypeMethodDescriptionMatrix.clone()
Clones this Matrix.static Matrix
Matrix.convertRotationAxisAngleToMatrix
(double[] aAxisAngle) Converts the given axis-angle rotation to a rotation matrix.static Matrix
Matrix.convertRotationFromEulerInXYZ_ExZYX
(double angle_x, double angle_y, double angle_z) Converts the given Tait-Bryan angles to a rotation matrix.static Matrix
Matrix.convertRotationFromEulerInZYX_ExXYZ
(double angle_x, double angle_y, double angle_z) Converts the given Tait-Bryan angles to a rotation matrix.static Matrix
Util.convertRotationVectorToMatrix
(double theta, double phi) Converts the given spherical angles to a rotation matrix.static Matrix
Multiplies the two given matrices together with matrix multiplication.static Matrix
Matrix.rotateX
(double angle) Constructs a rotation matrix for rotation about the X axis by the given angle.static Matrix
Matrix.rotateY
(double angle) Constructs a rotation matrix for rotation about the Y axis by the given angle.static Matrix
Matrix.rotateZ
(double angle) Constructs a rotation matrix for rotation about the Z axis by the given angle.static Matrix
Converts the given vector to a column-based Matrix.static Matrix
Returns 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 Matrix
Multiplies the two given matrices together with matrix multiplication.static Vector3d
Util.toVector3d
(Matrix m) Converts the given column-based Matrix to a vector.static Matrix
Returns a transposed clone of the given Matrix.