formZ SDK | 5.0 API Reference | System | Math
Description
Mutiplies a 2d point by a 3x3 matrix.
Returns the resultant 2d point in the same parameter as the input point (pt).
Plugin Prototype
fzrt_error_td fz_math_3x3_multiply_mat_xy(
mat, | |
fz_xy_td * | pt ) |
Parameters
mat [Input]
3x3 matrix
pt [Input, Result]
2d point
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_math_3x3_multiply_mat_xy_array, , fz_math_3x3_multiply_mat_xyz_array
Function Set
Defined in