diff python/tests/moving.txt @ 451:cd342a774806

Point/CurvilinearTrajectory/Interaction utiles
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 13 Feb 2014 01:24:27 -0500
parents 349eb1e09f45
children a40c75f04903
line wrap: on
line diff
--- a/python/tests/moving.txt	Tue Feb 11 02:55:02 2014 -0500
+++ b/python/tests/moving.txt	Thu Feb 13 01:24:27 2014 -0500
@@ -42,6 +42,8 @@
 
 >>> Point(3,4)-Point(1,7)
 (2.000000,-3.000000)
+>>> -Point(1,2)
+(-1.000000,-2.000000)
 
 >>> Point(3,2).norm2Squared()
 13