formZ SDK | 5.0 API Reference | System | Math
Description
Sets an individual field of a 4x4 array.
i is the row and j is the column.
value is stored in mat[i][j].
Plugin Prototype
fzrt_error_td fz_math_4x4_mat_field_set(
mat, | |
fzrt_int | i, |
fzrt_int | j, |
double | value ) |
Parameters
mat [Input]
4x4 matrix
i [Input]
row to change
j [Input]
column to change
value [Input]
value to put in matrix
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_math_4x4_mat_field_get, fz_math_3x3_mat_field_set
Function Set
Defined in