Right now, I have vector3 values presented as lists. is there a way to subtract 2 from such vector3 values, for example
[2,2,2] - [1,1,1] = [1,1,1]
Should I use tuples?
If none of them defines these operands for these types, can I define it instead?
If not, should I create a new vector3 class?
python list vector tuples
Joan Venge Feb 10 '09 at 23:57 2009-02-10 23:57
source share