formZ SDK | 5.0 API Reference | System | Math

fz_math_3x3_mat_field_get

Description

Gets an individual field of a 3x3 array. i is the row and j is the column. value retrieved is from mat[i][j].

Plugin Prototype

fzrt_error_td fz_math_3x3_mat_field_get(

fz_mat3x3_td *

mat,

fzrt_int

i,

fzrt_int

j,

double *

value )

Parameters

mat [Input]

3x3 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_3x3_mat_field_set, fz_math_4x4_mat_field_get

Function Set

fz_math_fset


Defined in

fz_math_api.h