Uses of Class
com.actelion.research.chem.alignment3d.transformation.Quaternion
-
Packages that use Quaternion Package Description com.actelion.research.chem.alignment3d.transformation com.actelion.research.chem.phesa -
-
Uses of Quaternion in com.actelion.research.chem.alignment3d.transformation
Methods in com.actelion.research.chem.alignment3d.transformation 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-quicklyQuaternion
ExponentialMap. toQuaternion()
Methods in com.actelion.research.chem.alignment3d.transformation with parameters of type Quaternion Modifier and Type Method Description void
Quaternion. multiply(Quaternion r)
convert Quaternion to a rotation matrixConstructors in com.actelion.research.chem.alignment3d.transformation with parameters of type Quaternion Constructor Description ExponentialMap(Quaternion q)
TransformationSequence(Quaternion rotor)
-
Uses of Quaternion in com.actelion.research.chem.phesa
Methods in com.actelion.research.chem.phesa with parameters of type Quaternion Modifier and Type Method Description static void
PheSAAlignment. rotateMol(Conformer conf, Quaternion rotor, double[] transl)
static void
PheSAAlignment. rotateMol(StereoMolecule mol, Quaternion rotor, double[] transl)
-