formZ SDK | 5.0 API Reference | System | Math
Description
Breaks a 3x3 matrix into translation, scale and rotation parameters.
This is the inverse operation of fz_math_3x3_mat_from_trl_scl_rot.
Plugin Prototype
fzrt_error_td fz_math_3x3_mat_to_trl_scl_rot(
mat, | |
fz_xy_td * | trl, |
fz_xy_td * | scl, |
double * | rot ) |
Parameters
mat [Input]
3x3 matrix
trl [Result, Optional]
translation
scl [Result, Optional]
scale
rot [Result, Optional]
rotation
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_math_3x3_mat_from_trl_scl_rot, fz_math_4x4_mat_to_trl_scl_rot
Function Set
Defined in