| 113 | template <typename _Scalar> |
| 114 | template <typename _DerivedOther> |
| 115 | SO2<_Scalar>::SO2(const LieGroupBase<_DerivedOther>& o) |
| 116 | : SO2(o.coeffs()) |
| 117 | { |
| 118 | // |
| 119 | } |
| 120 | |
| 121 | template <typename _Scalar> |
| 122 | SO2<_Scalar>::SO2(const Scalar real, const Scalar imag) |
nothing calls this directly
no outgoing calls
no test coverage detected