mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-17 18:09:55 +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 */
|
||||
typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
|
||||
/** corresponding affine transformation type */
|
||||
typedef Transform<Scalar,Dim> AffineTransformType;
|
||||
typedef Transform<Scalar,Dim,Affine> AffineTransformType;
|
||||
|
||||
protected:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user