hom_mat3d_invert ( : : HomMat3D : HomMat3DInvert )

Invert a homogeneous 3D transformation matrix.

hom_mat3d_invert inverts the homogeneous 3D transformation matrix given by HomMat3D. The resulting matrix is returned in HomMat3DInvert.


Parameters

HomMat3D (input_control)
affine3d-array -> real
Input transformation matrix.
Number of elements: 12

HomMat3DInvert (output_control)
affine3d-array -> real
Output transformation matrix.
Number of elements: 12


Result

hom_mat3d_invert returns 2 (H_MSG_TRUE) if the parameters are valid and the input matrix is invertible. Otherwise, an exception is raised.


Parallelization Information

hom_mat3d_invert is reentrant and processed without parallelization.


Possible Predecessors

hom_mat3d_translate, hom_mat3d_scale, hom_mat3d_rotate, pose_to_hom_mat3d


Possible Successors

hom_mat3d_translate, hom_mat3d_scale, hom_mat3d_rotate, hom_mat3d_to_pose


See also

affine_trans_point_3d, hom_mat3d_identity, hom_mat3d_rotate, hom_mat3d_translate, pose_to_hom_mat3d, hom_mat3d_to_pose, hom_mat3d_compose


Module

Basic operators



Copyright © 1996-2005 MVTec Software GmbH