diff python/tests/moving.txt @ 940:d8ab183a7351

verified motion prediction with prototypes at constant speed (test needed)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Tue, 18 Jul 2017 13:46:17 -0400
parents 3a06007a4bb7
children 4f32d82ca390
line wrap: on
line diff
--- a/python/tests/moving.txt	Mon Jul 17 17:56:52 2017 -0400
+++ b/python/tests/moving.txt	Tue Jul 18 13:46:17 2017 -0400
@@ -55,7 +55,7 @@
 (2.000000,-3.000000)
 >>> -Point(1,2)
 (-1.000000,-2.000000)
->>> Point(1,2).multiply(0.5)
+>>> Point(1,2)*0.5
 (0.500000,1.000000)
 
 >>> Point(3,2).norm2Squared()