lsst.meas.astrom g51277c4d12+6c34b6db76
Loading...
Searching...
No Matches
Public Attributes | List of all members
lsst::meas::astrom::ShiftRotMatrixResult Struct Reference

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. More...
 
Eigen::Matrix3d shift_rot_matrix
 Spherical rotation matrix. More...
 

Detailed Description

Result of create_shift_rot_matrix() containing the rotation matrix and rotation angle.

Definition at line 102 of file pessimisticPatternMatcherUtils.h.

Member Data Documentation

◆ shift_rot_matrix

Eigen::Matrix3d lsst::meas::astrom::ShiftRotMatrixResult::shift_rot_matrix

Spherical rotation matrix.

Definition at line 106 of file pessimisticPatternMatcherUtils.h.

◆ sin_rot

double lsst::meas::astrom::ShiftRotMatrixResult::sin_rot

Rotation that makes up the matrix.

Definition at line 104 of file pessimisticPatternMatcherUtils.h.


The documentation for this struct was generated from the following file: