hom_mat3d_identityT_hom_mat3d_identityHomMat3dIdentityHomMat3dIdentity — Generate the homogeneous transformation matrix of the identical 3D
transformation.
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, HomMat3DIdentityHomMat3DIdentityHomMat3DIdentityHomMat3DIdentityhomMat3DIdentity 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).