mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix declaration of AffineTransformType in Translation
This commit is contained in:
@@ -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:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user