Inconsistent Design in Matrix Casting #3552
Closed
lucasviana0101
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the matrix cast syntax in Odin represents 2 diferent operations. This does a resizing (I don't know the mathematical terminology for this) when the matrices are square and proceeds otherwise when they have the same number of elements. In that sense, I think this is a bit inconsistent and can lead to confusion.
I think the cast syntax should represent only 1 operation for all cases.
Beta Was this translation helpful? Give feedback.
All reactions