formZ SDK | 5.0 API Reference | System | Math

fz_math_4x4_mat_field_set

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(

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 [Input]

value to put in matrix

Returns

Error codes

Availability

5.0.0.0

Example Files

util_math_matrix.fsl

See Also

fz_math_4x4_mat_field_get, fz_math_3x3_mat_field_set

Function Set

fz_math_fset


Defined in

fz_math_api.h