formZ SDK | 5.0 API Reference | System | Math
Description
4x3 matrix solver.
Input is a 4x3 matrix (last row of 4x4 matrix is unused).
The rows of the matrix represent three equations in the form
ax + by + cz + d = 0 where a, b, c, d are the values in each row of the matrix.
The output is a 3d vector with the resulting values for x, y and z.
Plugin Prototype
fzrt_error_td fz_math_4x4_solve(
mat, | |
vec ) |
Parameters
mat [Input]
4x3 matrix (last row unused)
vec [Result]
3d vector
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in