formZ SDK | 5.0 API Reference | System | Math
Description
Initializes a 4x4 matrix to a reflection matrix.
Reflects about a plane parallel to the YZ, ZX or XY plane at
a given distance from the origin.
Plugin Prototype
fzrt_error_td fz_math_4x4_set_refl_mat(
mat, | |
which_plane, | |
double | dist ) |
Parameters
mat [Input, Result]
4x4 matrix
which_plane [Input]
plane to reflect matrix about
dist [Input]
distance of reflection plane from origin
Returns
Error codes
Availability
5.0.0.0
Example Files
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
Defined in