You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes it's necessary to calculate inverse + transpose matrix, to calculate proper normals matrix, for example.
There are (of course) methods to do this. But (i presume) it is not an optimal solution, because invert methods already contain transpose operation.
I suggest to add methods like invert_and_transpose, equivalent to invert but without transpose in last step.
The text was updated successfully, but these errors were encountered:
Panzerschrek
changed the title
Special method for combined inverse + transpose
Special method for combined inverse + transpose for matrices
Jul 25, 2022
Panzerschrek
changed the title
Special method for combined inverse + transpose for matrices
Special method for combined invert + transpose for matrices
Jul 25, 2022
Sometimes it's necessary to calculate inverse + transpose matrix, to calculate proper normals matrix, for example.
There are (of course) methods to do this. But (i presume) it is not an optimal solution, because
invert
methods already containtranspose
operation.I suggest to add methods like
invert_and_transpose
, equivalent toinvert
but withouttranspose
in last step.The text was updated successfully, but these errors were encountered: