gtsam
4.0.0
gtsam
|
Rotation, common code between Rotation matrix and Quaternion. More...
Namespaces | |
gtsam | |
Global functions in a separate testing namespace. | |
Functions | |
pair< Matrix3, Vector3 > | gtsam::RQ (const Matrix3 &A) |
[RQ] receives a 3 by 3 matrix and returns an upper triangular matrix R and 3 rotation angles corresponding to the rotation matrix Q=Qz'*Qy'*Qx' such that A = R*Q = R*Qz'*Qy'*Qx'. More... | |
ostream & | gtsam::operator<< (ostream &os, const Rot3 &R) |
Rotation, common code between Rotation matrix and Quaternion.