[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] immutable vectors in math package



Lorenz Quack wrote:

* you cannot access the components x/y/z directly...
> use ... new accessor methods x()/y()/z()

Is this change really necessary? It will be a big backward
step for code readability.

There shouldn't be any reason you can't provide read-only
access using attribute notation.

--
Greg