formZ SDK | 5.0 API Reference | System | Math
Description
Gets an individual field of a 4x4 array.
i is the row and j is the column.
value retrieved is from mat[i][j].
Plugin Prototype
fzrt_error_td fz_math_4x4_mat_field_get(
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 [Result]
value stored in matrix
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in