formZ SDK | 5.0 API Reference | System | Math

fz_math_3x3_invert

Description

Inverts a 3x3 matrix.
Note : mat_in and mat_out can be passed as the same pointer.

Plugin Prototype

fzrt_error_td fz_math_3x3_invert(

fz_mat3x3_td *

mat_in,

fz_mat3x3_td *

mat_out )

Parameters

mat_in [Input]

3x3 matrix to invert

mat_out [Result]

inverted 3x3 matrix

Returns

Error codes

Availability

5.0.0.0

Example Files

util_math_matrix.fsl

See Also

fz_math_4x4_invert

Function Set

fz_math_fset


Defined in

fz_math_api.h