formZ SDK | 5.0 API Reference | System | Math

fz_math_4x4_mat_field_get

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(

fz_mat4x4_td *

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

util_math_matrix.fsl

See Also

fz_math_4x4_mat_field_set,

Function Set

fz_math_fset


Defined in

fz_math_api.h