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

Re: [pygame] State of the math branch



Lorenz Quack wrote:

Also, what would be a use case for non-square matrices?

Mapping coordinates in R^3 to coordinates in R^2 can be readily accomplished with a 2x3 matrix. To generalize, an m x n matrix can be used to linearly transform R^n --> R^m.

Jeff Cagle