struct sophus::So3::So3AndThetaΒΆ

#include <so3.h>

struct So3AndTheta {
    // fields

    So3<Scalar> so3;
    Scalar theta;
};