mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-19 04:10:54 +00:00
add inverse to
fix tests by adding an explicit inverse to function copy 3rd row into dst it seems original was not touching this at all.
This commit is contained in:
parent
228b474f2e
commit
caeaedde52
9 changed files with 87 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ namespace math_backend::mat44::dispatch
|
|||
{
|
||||
gMat44.transpose = mat44_transpose_impl;
|
||||
gMat44.inverse = mat44_inverse_impl;
|
||||
gMat44.inverse_to = mat44_inverse_to_impl;
|
||||
gMat44.affine_inverse = mat44_affine_inverse_impl;
|
||||
gMat44.mul_mat44 = mat44_mul_mat44_impl;
|
||||
gMat44.mul_pos3 = mat44_mul_pos3_impl;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue