Author: DavidCzech
Date: 2008-03-14 23:07:16 -0400 (Fri, 14 Mar 2008)
New Revision: 1147

Modified:
   trunk/pysoy/src/atoms/Vector.pxi
   trunk/pysoy/src/atoms/soy.atoms.pyx
Log:
No ticket: more vector stuff

Modified: trunk/pysoy/src/atoms/Vector.pxi
===================================================================
--- trunk/pysoy/src/atoms/Vector.pxi    2008-03-13 23:49:48 UTC (rev 1146)
+++ trunk/pysoy/src/atoms/Vector.pxi    2008-03-15 03:07:16 UTC (rev 1147)
@@ -22,5 +22,8 @@
   
     An atom that helps with 3D math
   '''
-  pass
+  def __cinit__(self, position=None, *args, **keywords) :
+    return
+  def __add__(self,other):
+    return
   
\ No newline at end of file

Modified: trunk/pysoy/src/atoms/soy.atoms.pyx
===================================================================
--- trunk/pysoy/src/atoms/soy.atoms.pyx 2008-03-13 23:49:48 UTC (rev 1146)
+++ trunk/pysoy/src/atoms/soy.atoms.pyx 2008-03-15 03:07:16 UTC (rev 1147)
@@ -26,3 +26,4 @@
 
 include "Face.pxi"
 include "Vertex.pxi"
+include "Vector.pxi"

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to