hom_mat3d_identity T_hom_mat3d_identity HomMat3dIdentity HomMat3dIdentity hom_mat3d_identity (Operator)
Name
hom_mat3d_identity T_hom_mat3d_identity HomMat3dIdentity HomMat3dIdentity hom_mat3d_identity
— Generate the homogeneous transformation matrix of the identical 3D
transformation.
Signature
def hom_mat3d_identity () -> Sequence[float]
Description
hom_mat3d_identity hom_mat3d_identity HomMat3dIdentity HomMat3dIdentity HomMat3dIdentity hom_mat3d_identity
generates the homogeneous transformation matrix
HomMat3DIdentity HomMat3DIdentity HomMat3DIdentity HomMat3DIdentity homMat3DIdentity hom_mat_3didentity
describing the identical 3D 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, HomMat3DIdentity HomMat3DIdentity HomMat3DIdentity HomMat3DIdentity homMat3DIdentity hom_mat_3didentity
is
stored as the tuple [1,0,0,0,0,1,0,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
HomMat3DIdentity HomMat3DIdentity HomMat3DIdentity HomMat3DIdentity homMat3DIdentity hom_mat_3didentity
(output_control) hom_mat3d →
HHomMat3D , HTuple Sequence[float] HTuple Htuple (real) (double ) (double ) (double )
Transformation matrix.
Result
hom_mat3d_identity hom_mat3d_identity HomMat3dIdentity HomMat3dIdentity HomMat3dIdentity hom_mat3d_identity
always returns TRUE.
Possible Successors
hom_mat3d_translate hom_mat3d_translate HomMat3dTranslate HomMat3dTranslate HomMat3dTranslate hom_mat3d_translate
,
hom_mat3d_translate_local hom_mat3d_translate_local HomMat3dTranslateLocal HomMat3dTranslateLocal HomMat3dTranslateLocal hom_mat3d_translate_local
,
hom_mat3d_scale hom_mat3d_scale HomMat3dScale HomMat3dScale HomMat3dScale hom_mat3d_scale
,
hom_mat3d_scale_local hom_mat3d_scale_local HomMat3dScaleLocal HomMat3dScaleLocal HomMat3dScaleLocal hom_mat3d_scale_local
,
hom_mat3d_rotate hom_mat3d_rotate HomMat3dRotate HomMat3dRotate HomMat3dRotate hom_mat3d_rotate
,
hom_mat3d_rotate_local hom_mat3d_rotate_local HomMat3dRotateLocal HomMat3dRotateLocal HomMat3dRotateLocal hom_mat3d_rotate_local
Alternatives
pose_to_hom_mat3d pose_to_hom_mat3d PoseToHomMat3d PoseToHomMat3d PoseToHomMat3d pose_to_hom_mat3d
Module
Foundation