formZ SDK | 5.0 API Reference | System | Math
Description
Multiply two 4x4 matrices. Store the result in a third matrix. Either input matrix (mat1 or mat2) can be used as the resultant matrix (dst_mat).
Plugin Prototype
fzrt_error_td fz_math_4x4_multiply_mat_mat(
mat1, | |
mat2, | |
dst_mat ) |
Parameters
mat1 [Input]
source 4x4 matrix 1
mat2 [Input]
source 4x4 matrix 2
dst_mat [Result]
multiplied 4x4 matrix
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in