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 QuaternionQuaternion. 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 voidQuaternion. multiply(Quaternion r)convert Quaternion to a rotation matrixstatic voidPheSAAlignment. rotateMol(Conformer conf, Quaternion rotor, double[] transl)static voidPheSAAlignment. rotateMol(StereoMolecule mol, Quaternion rotor, double[] transl)
-