I would like to propose the introduction of the classmethod and staticmethod decorators to the vector classes. I think this would make the code more pythonic and it would help to clarify the responsibilities and context of methods.
For now i did it only for halfvec, if you like this change i can extend for the other vector classes.
Hi @ankane,
I would like to propose the introduction of the
classmethod
andstaticmethod
decorators to the vector classes. I think this would make the code more pythonic and it would help to clarify the responsibilities and context of methods.For now i did it only for halfvec, if you like this change i can extend for the other vector classes.