formZ SDK | 5.0 API Reference | System | Math
Description
Multiplies two 3x3 matrices.
Stores 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_3x3_multiply_mat_mat(
mat1, | |
mat2, | |
dst_mat ) |
Parameters
mat1 [Input]
source 3x3 matrix 1
mat2 [Input]
source 3x3 matrix 2
dst_mat [Result]
multplied 3x3 matrix
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in