
# Objective - Parity with #19643 ## Solution - Rename ## Testing - None --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com>
375 B
375 B
title | pull_requests | ||
---|---|---|---|
Transform and 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.
Transform::compute_matrix
has been renamed to Transform::to_matrix
for consistency with GlobalTransform
.