formZ SDK | 5.0 API Reference | System | Math

fz_math_3x3_multiply_mat_xy_array

Description

Mutiplies an array of 2d points by a 3x3 matrix.
Returns the resultant 2d points in the same parameter array as the input points (pts).

Plugin Prototype

fzrt_error_td fz_math_3x3_multiply_mat_xy_array(

fz_mat3x3_td *

mat,

fz_xy_td *

pts,

fzrt_int

knt )

Parameters

mat [Input]

3x3 matrix

pts [Input, Result]

2d points array

knt [Input]

number of points

Returns

Error codes

Availability

5.0.0.0

Example Files

util_math_matrix.fsl

See Also

fz_math_3x3_multiply_mat_xy, , fz_math_3x3_multiply_mat_xyz_array

Function Set

fz_math_fset


Defined in

fz_math_api.h