formZ SDK | 5.0 API Reference | System | Math

fz_math_3x3_is_identity

Description

Checks whether a 3x3 matrix is the identity matrix.

Plugin Prototype

fzrt_boolean fz_math_3x3_is_identity(

fz_mat3x3_td *

mat )

Parameters

mat [Input]

3x3 matrix

Returns

TRUE if identity, FALSE otherwise

Availability

5.0.0.0

Example Files

util_math_matrix.fsl

See Also

Function Set

fz_math_fset


Defined in

fz_math_api.h