
# Objective - compute_matrix doesn't compute anything, it just puts an Affine3A into a Mat4. the name is inaccurate ## Solution - rename it to conform with to_isometry (which, ironically, does compute a decomposition which is rather expensive) ## Testing - Its a rename. If it compiles, its good to go --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
243 B
243 B
title | pull_requests | |
---|---|---|
GlobalTransform::compute_matrix rename |
|
GlobalTransform::compute_matrix
has been renamed to GlobalTransform::to_matrix
because it does not compute anything, it simply moves data into a different type.