MCPcopy Create free account
hub / github.com/artivis/manif / SO2

Method SO2

include/manif/impl/so2/SO2.h:115–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113template <typename _Scalar>
114template <typename _DerivedOther>
115SO2<_Scalar>::SO2(const LieGroupBase<_DerivedOther>& o)
116 : SO2(o.coeffs())
117{
118 //
119}
120
121template <typename _Scalar>
122SO2<_Scalar>::SO2(const Scalar real, const Scalar imag)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected