Rit

Results 1 comments of Rit

I also found this confusing. `Matrix44.from_translation((x, y, z))` returns a matrix, say A. A stores (x, y, z) in A[3, 0:3], which I didn't know at first. I performed `A...