> Hi, > Just out of curiosity: Can I ask what is special about a > Geometry.Vector ? What is the difference to a normal numpy array ?
At the time I wrote my code, it was just a convenient 3-vector class. Most of the functionality is now implemented in numpy so if I was to rewrite my code, I'd just use a native numpy rank-1 array. Konrad defines a couple of methods for using his Vector with his Tensor class, so I'd say that might be a reason to use his Vector, otherwise I'd stick with arrays. Gary _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion