formZ SDK | 5.0 API Reference | System | Math
Description
Breaks a 4x4 matrix into translation, scale and rotation parameters.
Note : rotation parameters are in the sequence z y x
Plugin Prototype
fzrt_error_td fz_math_4x4_mat_to_trl_scl_rot(
mat, | |
trl, | |
scl, | |
rot ) |
Parameters
mat [Input]
4x4 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_4x4_mat_from_trl_scl_rot, fz_math_3x3_mat_to_trl_scl_rot
Function Set
Defined in