|
lsst.meas.astrom g374be3e903+3c89c0e672
|
Result of create_shift_rot_matrix() containing the rotation matrix and rotation angle. More...
#include <pessimisticPatternMatcherUtils.h>
Public Attributes | |
| double | sin_rot |
| Rotation that makes up the matrix. | |
| Eigen::Matrix3d | shift_rot_matrix |
| Spherical rotation matrix. | |
Result of create_shift_rot_matrix() containing the rotation matrix and rotation angle.
Definition at line 102 of file pessimisticPatternMatcherUtils.h.
| Eigen::Matrix3d lsst::meas::astrom::ShiftRotMatrixResult::shift_rot_matrix |
Spherical rotation matrix.
Definition at line 106 of file pessimisticPatternMatcherUtils.h.
| double lsst::meas::astrom::ShiftRotMatrixResult::sin_rot |
Rotation that makes up the matrix.
Definition at line 104 of file pessimisticPatternMatcherUtils.h.