formZ SDK | 5.0 API Reference | System | Math
Description
Mutiplies an array of 3d points by a 3x3 matrix.
Returns the resultnat 3d points in the same parameter
array as the input points (pts).
Plugin Prototype
fzrt_error_td fz_math_3x3_multiply_mat_xyz_array(
mat, | |
pts, | |
fzrt_int | knt ) |
Parameters
mat [Input]
3x3 matrix
pts [Input, Result]
3d points array
knt [Input]
number of points
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_math_3x3_multiply_mat_xy, fz_math_3x3_multiply_mat_xy_array,
Function Set
Defined in