Michael Mera
Michael Mera
Yes, this is exactly my point, names like `Matrix2d` can be interpreted the way you want. Maybe it is a 2x2 matrix, maybe it is a 2x3 matrix, maybe it...
Well, I fear most users will need to transform both 2d and 3d objects, so I'd prefer to be explicit and avoid forcing them to write `use ... as Transform2d`.
I am not sure I understand your arguments in favor of the name `Matrix2d`: - `Matrix2d` is NOT a linear map in 2d space so if the purpose is to...
I prefer 'SRT' over 'Matrix' as it says what is the purpose of the type, but I am not a big fan of acronyms in general (except widely understood ones)....
After investigation, arrays with elements deriving from `NumericBase` do not add their items to the internal DOM structure but they are created on-demand when requesting the item. The offset for...
> Hi @michaelmera, thanks for your work here! > > Always feel free to reach out to me if you if you have questions or need some early review :)...