orientationConstraintReturn residues of orientation constraints (shall be zero) |
This information is part of the Modelica Standard Library maintained by the Modelica Association.
residue = Quaternions.orientationConstraint(Q);
This function returns the Real residue vector with 1 element only that describes the constraints between the 4 elements of the quaternions orientation Q.
Frames.orientationConstraint, TransformationMatrices.orientationConstraint.
Q |
Type: Orientation Description: Quaternions orientation object to rotate frame 1 into frame 2 |
---|
residue |
Type: Real[1] Description: Residue constraint (shall be zero) |
---|