Uses of Class
javajs.util.M34

Packages that use M34
Package
Description
 
 
  • Uses of M34 in javajs.util

    Subclasses of M34 in javajs.util
    Modifier and Type
    Class
    Description
    class 
    A single precision floating point 3 by 3 matrix.
    class 
    A single precision floating point 4 by 4 matrix.
    Methods in javajs.util with parameters of type M34
    Modifier and Type
    Method
    Description
    protected void
    M34.add33(M34 m1)
     
    void
    M3.setM3(M34 m1)
    Sets the value of this matrix to the double value of the Matrix3f argument.
    protected void
    M34.setM33(M34 m1)
    Sets the value of this matrix to the double value of the Matrix3f argument.
    void
    M4.setToM3(M34 m1)
    Sets 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
    M34.sub33(M34 m1)
     
  • Uses of M34 in org.jmol.symmetry

    Subclasses of M34 in org.jmol.symmetry
    Modifier and Type
    Class
    Description
    class