formZ SDK | 5.0 API Reference | System | Math
Description
Initializes a 3x3 matrix to a scale matrix using a given scale vector and a center about which the scale is performed.
Plugin Prototype
fzrt_error_td fz_math_3x3_set_scl_cntr_mat(
mat, | |
fz_xy_td * | scl, |
fz_xy_td * | cntr ) |
Parameters
mat [Input, Result]
3x3 matrix
scl [Input]
2d scale vector
cntr [Input]
2d point about which the scale is performed
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
, fz_math_3x3_set_rot_mat, fz_math_3x3_set_rot_cntr_mat, fz_math_3x3_set_scl_mat, fz_math_3x3_set_refl_mat
Function Set
Defined in