formZ SDK | 5.0 API Reference | System | Math
Description
Mutiplies an array of 2d points by a 4x4 matrix.
Returns the resultant 2d points in the same array parameter as the input points (pts).
Plugin Prototype
fzrt_error_td fz_math_4x4_multiply_mat_xy_array(
mat, | |
fz_xy_td * | pts, |
fzrt_int | knt ) |
Parameters
mat [Input]
4x4 matrix
pts [Input, Result]
2d points array
knt [Input]
number of points in array
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
, fz_math_4x4_multiply_mat_xyz_xyzw_array, , fz_math_4x4_multiply_mat_xyzw_array, ,, , fz_math_4x4_multiply_mat_unit_vec
Function Set
Defined in