spelling + some krazy directives

This commit is contained in:
Gael Guennebaud
2008-08-28 21:44:56 +00:00
parent 80be1ea515
commit 7ea821d18e
24 changed files with 33 additions and 23 deletions

View File

@@ -152,6 +152,7 @@ template<typename Scalar> void geometry(void)
t1.fromPositionOrientationScale(v0, q1, v1);
VERIFY_IS_APPROX(t1.matrix(), t0.matrix());
VERIFY_IS_APPROX(t1*v1, t0*v1);
// 2D transformation
Transform2 t20, t21;