Uses of Class
cz.fidentis.analyst.math.Quaternion
Packages that use Quaternion
Package
Description
Procrustes superimposition of feture points.
-
Uses of Quaternion in cz.fidentis.analyst.engines.face
Methods in cz.fidentis.analyst.engines.face with parameters of type QuaternionModifier and TypeMethodDescriptionstatic Plane
FaceRegistrationServices.transformPlane
(Plane plane, Quaternion rot, javax.vecmath.Vector3d translation, double scale) Deprecated. -
Uses of Quaternion in cz.fidentis.analyst.engines.face.impl
Methods in cz.fidentis.analyst.engines.face.impl with parameters of type QuaternionModifier and TypeMethodDescriptionFaceRegistrationServicesImpl.transformPlane
(Plane plane, Quaternion rot, javax.vecmath.Vector3d translation, double scale) Transforms the whole plane, i.e., its normal and position. -
Uses of Quaternion in cz.fidentis.analyst.engines.icp
Methods in cz.fidentis.analyst.engines.icp that return QuaternionModifier and TypeMethodDescriptionIcpTransformation.rotation()
Returns the value of therotation
record component.Constructors in cz.fidentis.analyst.engines.icp with parameters of type QuaternionModifierConstructorDescriptionIcpTransformation
(javax.vecmath.Vector3d translation, Quaternion rotation, double scaleFactor, javax.vecmath.Tuple3d rotCenter) Creates an instance of aIcpTransformation
record class. -
Uses of Quaternion in cz.fidentis.analyst.engines.landmarks
Methods in cz.fidentis.analyst.engines.landmarks that return QuaternionModifier and TypeMethodDescriptionPrTransformation.getMatrixAsQuaternion
(org.ejml.simple.SimpleMatrix matrix) Calculates quaternion from rotation matrix. -
Uses of Quaternion in cz.fidentis.analyst.math
Methods in cz.fidentis.analyst.math that return QuaternionModifier and TypeMethodDescriptionQuaternion.getConjugate()
Returns the conjugate quaternion of the instance.static Quaternion
Quaternion.multiply
(Quaternion q1, Quaternion q2) Returns the Hamilton product of two quaternions.Methods in cz.fidentis.analyst.math with parameters of type QuaternionModifier and TypeMethodDescriptionstatic Quaternion
Quaternion.multiply
(Quaternion q1, Quaternion q2) Returns the Hamilton product of two quaternions.