mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fix bug #190: directly pass Transform Options to Matrix, allowing to use RowMajor. Fix issues in Transform with non-default Options.
This commit is contained in:
@@ -459,5 +459,11 @@ void test_geo_transformations()
|
||||
CALL_SUBTEST_3(( transformations<double,Projective,AutoAlign>() ));
|
||||
CALL_SUBTEST_3(( transformations<double,Projective,DontAlign>() ));
|
||||
CALL_SUBTEST_3(( transform_alignment<double>() ));
|
||||
|
||||
CALL_SUBTEST_4(( transformations<double,Affine,RowMajor|AutoAlign>() ));
|
||||
CALL_SUBTEST_4(( transformations<double,AffineCompact,RowMajor|AutoAlign>() ));
|
||||
|
||||
CALL_SUBTEST_5(( transformations<double,Projective,RowMajor|AutoAlign>() ));
|
||||
CALL_SUBTEST_5(( transformations<double,Projective,RowMajor|DontAlign>() ));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user