[Bf-python] Mesh Module

Ken Hughes khughes at pacific.edu
Wed Oct 5 00:03:09 CEST 2005


Gilbert, Joseph wrote:
> Yes that looks good! It might be worth looking at the Point class for
> direction-less entities. (I know point/vector is arbitrary to the
> computer ;) but it has different internal methods and math operations)

That's a good point; forgot about points (because they're not in the 
epydocs yet? :-) ).  I was hoping for an operator * which would multiply 
  two vectors/points component-wise, for sclaing sizes all at once:

for i in xrange(len(v1)):
    v1[i] *= v2[i]

But I haven't found it yet.

Ken




More information about the Bf-python mailing list