changeset 60:1d36a676c745

minor class name change
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 29 Oct 2010 18:27:19 -0400
parents f955e83da499
children a8c6d544f015
files python/cvutils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/python/cvutils.py	Fri Oct 29 01:55:00 2010 -0400
+++ b/python/cvutils.py	Fri Oct 29 18:27:19 2010 -0400
@@ -58,7 +58,7 @@
     invH /= invH[2,2]
     return invH
 
-class WorldSpaceData:
+class FourWayIntersection:
     '''Simple class for simple intersection outline'''
     def __init__(self, dimension, coordX, coordY):
         self.dimension = dimension