hom_mat2d_identity T_hom_mat2d_identity HomMat2dIdentity HomMat2dIdentity hom_mat2d_identity (Operator)
Name
hom_mat2d_identity T_hom_mat2d_identity HomMat2dIdentity HomMat2dIdentity hom_mat2d_identity
— Generate the homogeneous transformation matrix of the identical 2D
transformation.
Signature
def hom_mat2d_identity () -> Sequence[float]
Description
hom_mat2d_identity hom_mat2d_identity HomMat2dIdentity HomMat2dIdentity hom_mat2d_identity
generates the homogeneous transformation matrix
HomMat2DIdentity HomMat2DIdentity HomMat2DIdentity homMat2DIdentity hom_mat_2didentity
describing the identical 2D transformation:
Attention
Note that homogeneous matrices are stored row-by-row as a tuple; the
last row is not stored because it is identical for all homogeneous matrices
that describe an affine transformation. Thus, HomMat2DIdentity HomMat2DIdentity HomMat2DIdentity homMat2DIdentity hom_mat_2didentity
is
stored as the tuple [1,0,0,0,1,0].
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
HomMat2DIdentity HomMat2DIdentity HomMat2DIdentity homMat2DIdentity hom_mat_2didentity
(output_control) hom_mat2d →
HHomMat2D , HTuple Sequence[float] HTuple Htuple (real) (double ) (double ) (double )
Transformation matrix.
Result
hom_mat2d_identity hom_mat2d_identity HomMat2dIdentity HomMat2dIdentity hom_mat2d_identity
always returns 2 (
H_MSG_TRUE )
.
Possible Successors
hom_mat2d_translate hom_mat2d_translate HomMat2dTranslate HomMat2dTranslate hom_mat2d_translate
,
hom_mat2d_translate_local hom_mat2d_translate_local HomMat2dTranslateLocal HomMat2dTranslateLocal hom_mat2d_translate_local
,
hom_mat2d_scale hom_mat2d_scale HomMat2dScale HomMat2dScale hom_mat2d_scale
,
hom_mat2d_scale_local hom_mat2d_scale_local HomMat2dScaleLocal HomMat2dScaleLocal hom_mat2d_scale_local
,
hom_mat2d_rotate hom_mat2d_rotate HomMat2dRotate HomMat2dRotate hom_mat2d_rotate
,
hom_mat2d_rotate_local hom_mat2d_rotate_local HomMat2dRotateLocal HomMat2dRotateLocal hom_mat2d_rotate_local
,
hom_mat2d_slant hom_mat2d_slant HomMat2dSlant HomMat2dSlant hom_mat2d_slant
,
hom_mat2d_slant_local hom_mat2d_slant_local HomMat2dSlantLocal HomMat2dSlantLocal hom_mat2d_slant_local
,
hom_mat2d_reflect hom_mat2d_reflect HomMat2dReflect HomMat2dReflect hom_mat2d_reflect
,
hom_mat2d_reflect_local hom_mat2d_reflect_local HomMat2dReflectLocal HomMat2dReflectLocal hom_mat2d_reflect_local
Module
Foundation