API Reference > imodeljs-common > Rendering > TextureMapping > TextureMapping.Trans2x3 TextureMapping.Trans2x3 Class A 2x3 matrix for mapping a texture image to a surface. Methods Name Description constructor(m00: number = 1, m01: number = 0, originX: number = 0, m10: number = 0, m11: number = 1, originY: number = 0): TextureMapping.Trans2x3 Construct from the two rows of the matrix: Properties Name Type Description transform Readonly Transform The 3x4 transform produced from the 2x3 matrix. Defined in core/common/src/TextureMapping.ts Line 55 Last Updated: 11 June, 2024