formZ SDK | 5.0 API Reference | System | Math

fz_math_4x4_copy

Description

Copies a 4x4 matrix.

Plugin Prototype

fzrt_error_td fz_math_4x4_copy(

fz_mat4x4_td *

src_mat,

fz_mat4x4_td *

dst_mat )

Parameters

src_mat [Input]

source 4x4 matrix

dst_mat [Result]

destination 4x4 matrix

Returns

Error codes

Availability

5.0.0.0

Example Files

util_math_matrix.fsl

See Also

Function Set

fz_math_fset


Defined in

fz_math_api.h