Uses of Class
javajs.util.M34
Packages that use M34
-
Uses of M34 in javajs.util
Subclasses of M34 in javajs.utilModifier and TypeClassDescriptionclassA single precision floating point 3 by 3 matrix.classA single precision floating point 4 by 4 matrix.Methods in javajs.util with parameters of type M34Modifier and TypeMethodDescriptionprotected voidvoidSets the value of this matrix to the double value of the Matrix3f argument.protected voidSets the value of this matrix to the double value of the Matrix3f argument.voidSets the rotational component (upper 3x3) of this matrix to the matrix values in the single precision Matrix3f argument; the other elements of this matrix are initialized as if this were an identity matrix (ie, affine matrix with no translational component).protected void -
Uses of M34 in org.jmol.api
Methods in org.jmol.api with parameters of type M34Modifier and TypeMethodDescriptionSymmetryInterface.staticConvertOperation(String xyz, M34 matrix, String labels) -
Uses of M34 in org.jmol.script
Methods in org.jmol.script that return M34Modifier and TypeMethodDescriptionprotected M34ScriptParam.getMatrixParam(int i, int dim, boolean throwError) -
Uses of M34 in org.jmol.symmetry
Subclasses of M34 in org.jmol.symmetryMethods in org.jmol.symmetry with parameters of type M34Modifier and TypeMethodDescriptionstatic StringSymmetryOperation.getSpinString(M34 m, boolean isUVW, boolean withParens) allows for 3x3 rotation-only matrix;static StringSymmetryOperation.matrixToRationalString(M34 matrix) rxyz option creates tab-separated string representation of a 3x4 (r,t) or 3x3 matrix with rational fractions adds "|" prior to translation; does NOT add last row of 0 0 0 1( 1 -1 0 | 1/2 0 0 1 | -1/2 0 1 0 | 0 )Symmetry.staticConvertOperation(String xyz, M34 matrix, String labels) static ObjectSymmetryOperation.staticConvertOperation(String xyz, M34 matrix34, String labels)