Uses of Class
javajs.util.Quat
Packages that use Quat
Package
Description
-
Uses of Quat in javajs.util
Methods in javajs.util that return QuatModifier and TypeMethodDescriptionQuat.add(float x) static Quat[]static QuatMeasure.calculateQuaternionRotation(P3[][] centerAndPoints, float[] retStddev) Closed-form solution of absolute orientation requiring 1:1 mapping of positions.static final QuatQuat.getQuaternionFrame(P3 center, T3 x, T3 xy) returns a quaternion frame based on three points (center, x, and any point in xy plane) or two vectors (vA, vB).static final QuatQuat.getQuaternionFrameV(V3 vA, V3 vB, V3 vC, boolean yBased) Create a quaternion based on a frameQuat.inv()Quat.leftDifference(Quat q2) Quat.mul(float x) Quat.negate()static QuatQuat.new4(float q1, float q2, float q3, float q0) Note that q0 is the last parameter herestatic Quatstatic Quatstatic Quatstatic Quatstatic QuatQuat.rightDifference(Quat q2) static QuatQuat.sphereMean(Quat[] data, float[] retStddev, float criterion) Methods in javajs.util with parameters of type QuatModifier and TypeMethodDescriptionstatic Quat[]static T3[]Measure.computeHelicalAxis(P3 a, P3 b, Quat dq) This method calculates measures relating to two points in space with related quaternion frame difference.floatstatic floatQuat.leftDifference(Quat q2) static QuatQuat.rightDifference(Quat q2) voidvoidstatic QuatQuat.sphereMean(Quat[] data, float[] retStddev, float criterion) -
Uses of Quat in org.jmol.adapter.writers
Methods in org.jmol.adapter.writers with parameters of type Quat -
Uses of Quat in org.jmol.api
Methods in org.jmol.api that return Quat -
Uses of Quat in org.jmol.modelset
Methods in org.jmol.modelset that return QuatModifier and TypeMethodDescriptionQuat[]ModelSet.getAtomGroupQuaternions(BS bsAtoms, int nMax, char qtype) AtomCollection.getQuaternion(int i, char qtype) Group.getQuaternion(char qType) Group.getQuaternionFrame(Atom[] atoms) Methods in org.jmol.modelset with parameters of type QuatModifier and TypeMethodDescriptionvoidModelSet.getPointTransf(int i, Atom a, Quat q, P3 pTemp) pick up the appropriate value for this atom -
Uses of Quat in org.jmol.modelsetbio
Methods in org.jmol.modelsetbio that return QuatModifier and TypeMethodDescriptionAlphaMonomer.getQuaternion(char qType) AminoMonomer.getQuaternion(char qType) NucleicMonomer.getQuaternion(char qType) PhosphorusMonomer.getQuaternion(char qType) protected QuatAlphaMonomer.getQuaternionAlpha(char qType) protected QuatPhosphorusMonomer.getQuaternionP() -
Uses of Quat in org.jmol.script
Methods in org.jmol.script that return QuatModifier and TypeMethodDescriptionQuat[]ScriptEval.getQuaternionArray(Object quaternionOrSVData, int itype) ScriptParam.getQuaternionParameter(int i, BS bsAtoms, boolean divideByCurrent) -
Uses of Quat in org.jmol.shape
Methods in org.jmol.shape with parameters of type QuatModifier and TypeMethodDescriptionvoidMesh.rotateTranslate(Quat q, T3 offset, boolean isAbsolute) -
Uses of Quat in org.jmol.symmetry
Methods in org.jmol.symmetry that return Quat -
Uses of Quat in org.jmol.util
Methods in org.jmol.util with parameters of type Quat -
Uses of Quat in org.jmol.viewer
Methods in org.jmol.viewer that return QuatModifier and TypeMethodDescriptionQuat[]Viewer.getAtomGroupQuaternions(BS bsAtoms, int nMax) TransformManager.getRotationQ()