Uses of Class
com.actelion.research.chem.phesa.Quaternion
-
Packages that use Quaternion Package Description com.actelion.research.chem.phesa -
-
Uses of Quaternion in com.actelion.research.chem.phesa
Methods in com.actelion.research.chem.phesa that return Quaternion Modifier and Type Method Description static Quaternion
Quaternion. getRandomRotation()
get a random quaternion, from: https://stackoverflow.com/questions/31600717/how-to-generate-a-random-quaternion-quicklyMethods in com.actelion.research.chem.phesa with parameters of type Quaternion Modifier and Type Method Description void
Quaternion. multiply(Quaternion r)
convert Quaternion to a rotation matrixstatic void
PheSAAlignment. rotateMol(Conformer conf, Quaternion rotor, double[] transl)
static void
PheSAAlignment. rotateMol(StereoMolecule mol, Quaternion rotor, double[] transl)
-