mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
fix declaration of AffineTransformType in Translation
This commit is contained in:
parent
ba212aeaa9
commit
453d54325e
@ -53,7 +53,7 @@ public:
|
|||||||
/** corresponding linear transformation matrix type */
|
/** corresponding linear transformation matrix type */
|
||||||
typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
|
typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
|
||||||
/** corresponding affine transformation type */
|
/** corresponding affine transformation type */
|
||||||
typedef Transform<Scalar,Dim> AffineTransformType;
|
typedef Transform<Scalar,Dim,Affine> AffineTransformType;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user