formZ SDK | 5.0 API Reference | System | Math
Description
Initializes a 4x4 matrix to a reflection matrix.
Reflects about an arbitrary 3d line, defined by two points.
This is equal to a rotation of 180 degrees about that line.
Plugin Prototype
fzrt_error_td fz_math_4x4_set_refl_line_mat(
mat, | |
line_pt1, | |
line_pt2 ) |
Parameters
mat [Input, Result]
4x4 matrix
line_pt1 [Input]
point 1 of 3d line to reflect matrix about
line_pt2 [Input]
point 2 of 3d line to reflect matrix about
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,
Function Set
Defined in