Compute the determinant of a homogeneous 2D transformation matrix.
hom_mat2d_determinant computes the determinant of the homogeneous 2D transformation matrix given by HomMat2D and returns it in Determinant.
|
HomMat2D (input_control) |
hom_mat2d-array -> real |
| Input transformation matrix. | |
|
Determinant (output_control) |
real -> real |
| Determinant of the input matrix. | |
hom_mat2d_determinant always returns 2 (H_MSG_TRUE).
hom_mat2d_determinant is reentrant and processed without parallelization.
hom_mat2d_translate, hom_mat2d_translate_local, hom_mat2d_scale, hom_mat2d_scale_local, hom_mat2d_rotate, hom_mat2d_rotate_local, hom_mat2d_slant, hom_mat2d_slant_local
Foundation