formZ SDK | 5.0 API Reference | System | Math

fz_math_4x4_set_scl_cntr_mat

Description

Initializes a 4x4 matrix to a scale matrix using a given 3d scale vector and a 3d point about which the scale is performed.

Plugin Prototype

fzrt_error_td fz_math_4x4_set_scl_cntr_mat(

fz_mat4x4_td *

mat,

fz_xyz_td *

scl,

fz_xyz_td *

cntr )

Parameters

mat [Input, Result]

4x4 matrix

scl [Input]

3d scale vector

cntr [Input]

3d point about which the scale is performed

Returns

Error codes

Availability

5.0.0.0

Example Files

util_math_matrix.fsl

See Also

fz_math_4x4_set_rot_cntr_mat, , fz_math_4x4_set_refl_plane_mat, fz_math_4x4_set_refl_line_mat,

Function Set

fz_math_fset


Defined in

fz_math_api.h