aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/geometry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/geometry.cpp')
-rw-r--r--test/geometry.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/geometry.cpp b/test/geometry.cpp
index 2bfdb04b4..da99c86ac 100644
--- a/test/geometry.cpp
+++ b/test/geometry.cpp
@@ -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;