hom_mat2d_determinantT_hom_mat2d_determinantHomMat2dDeterminantHomMat2dDeterminanthom_mat2d_determinant (Operator)
Name
hom_mat2d_determinantT_hom_mat2d_determinantHomMat2dDeterminantHomMat2dDeterminanthom_mat2d_determinant
— Compute the determinant of a homogeneous 2D transformation matrix.
Signature
def hom_mat2d_determinant(hom_mat_2d: Sequence[float]) -> float
Description
hom_mat2d_determinanthom_mat2d_determinantHomMat2dDeterminantHomMat2dDeterminanthom_mat2d_determinant
computes the determinant of the
homogeneous 2D transformation matrix given by HomMat2DHomMat2DHomMat2DhomMat2Dhom_mat_2d
and
returns it in DeterminantDeterminantDeterminantdeterminantdeterminant
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
HomMat2DHomMat2DHomMat2DhomMat2Dhom_mat_2d
(input_control) hom_mat2d →
HHomMat2D, HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)
Input transformation matrix.
DeterminantDeterminantDeterminantdeterminantdeterminant
(output_control) real →
HTuplefloatHTupleHtuple (real) (double) (double) (double)
Determinant of the input matrix.
Result
hom_mat2d_determinanthom_mat2d_determinantHomMat2dDeterminantHomMat2dDeterminanthom_mat2d_determinant
always returns 2 (
H_MSG_TRUE)
.
Possible Predecessors
hom_mat2d_translatehom_mat2d_translateHomMat2dTranslateHomMat2dTranslatehom_mat2d_translate
,
hom_mat2d_translate_localhom_mat2d_translate_localHomMat2dTranslateLocalHomMat2dTranslateLocalhom_mat2d_translate_local
,
hom_mat2d_scalehom_mat2d_scaleHomMat2dScaleHomMat2dScalehom_mat2d_scale
,
hom_mat2d_scale_localhom_mat2d_scale_localHomMat2dScaleLocalHomMat2dScaleLocalhom_mat2d_scale_local
,
hom_mat2d_rotatehom_mat2d_rotateHomMat2dRotateHomMat2dRotatehom_mat2d_rotate
,
hom_mat2d_rotate_localhom_mat2d_rotate_localHomMat2dRotateLocalHomMat2dRotateLocalhom_mat2d_rotate_local
,
hom_mat2d_slanthom_mat2d_slantHomMat2dSlantHomMat2dSlanthom_mat2d_slant
,
hom_mat2d_slant_localhom_mat2d_slant_localHomMat2dSlantLocalHomMat2dSlantLocalhom_mat2d_slant_local
,
hom_mat2d_reflecthom_mat2d_reflectHomMat2dReflectHomMat2dReflecthom_mat2d_reflect
,
hom_mat2d_reflect_localhom_mat2d_reflect_localHomMat2dReflectLocalHomMat2dReflectLocalhom_mat2d_reflect_local
Module
Foundation