mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
rm explicit keyword introduced by backporting another change
This commit is contained in:
parent
61db9a0e89
commit
1a96594607
@ -59,7 +59,7 @@ protected:
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
/** Construct a 2D counter clock wise rotation from the angle \a a in radian. */
|
/** Construct a 2D counter clock wise rotation from the angle \a a in radian. */
|
||||||
explicit inline Rotation2D(const Scalar& a) : m_angle(a) {}
|
inline Rotation2D(const Scalar& a) : m_angle(a) {}
|
||||||
|
|
||||||
/** Default constructor wihtout initialization. The represented rotation is undefined. */
|
/** Default constructor wihtout initialization. The represented rotation is undefined. */
|
||||||
Rotation2D() {}
|
Rotation2D() {}
|
||||||
|
Loading…
Reference in New Issue
Block a user