formZ SDK | 5.0 API Reference | System | Math
Description
Checks whether a 3x3 matrix has a uniform scale factor.
If the scale factor is uniform,
the scale factor can be optionally returned.
Plugin Prototype
fzrt_boolean fz_math_3x3_is_uniform_scale(
mat, | |
double * | scale ) |
Parameters
mat [Input]
3x3 matrix
scale [Result, Optional]
scale factor
Returns
TRUE if matrix has uniform scale, FALSE otherwise
Availability
5.0.0.0
Example Files
See Also
Function Set
Defined in