WebGeometry Interfaces Module APIDOMMatrixReadOnly.translatemethod DOMMatrixReadOnly.translate#DOMMatrixReadOnly.translate(tx?: number,ty?: number,tz?: number,): DOMMatrixThe translate() method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix with a translation applied. MDN Reference Parameters ##tx: number optional#ty: number optional#tz: number optionalReturn Type #DOMMatrix
method DOMMatrixReadOnly.translate#DOMMatrixReadOnly.translate(tx?: number,ty?: number,tz?: number,): DOMMatrixThe translate() method of the DOMMatrixReadOnly interface creates a new matrix being the result of the original matrix with a translation applied. MDN Reference Parameters ##tx: number optional#ty: number optional#tz: number optionalReturn Type #DOMMatrix