WebGeometry Interfaces Module APIDOMMatrixReadOnly.rotatemethod DOMMatrixReadOnly.rotate#DOMMatrixReadOnly.rotate(rotX?: number,rotY?: number,rotZ?: number,): DOMMatrixThe rotate() method of the DOMMatrixReadOnly interface returns a new DOMMatrix created by rotating the source matrix around each of its axes by the specified number of degrees. The original matrix is not altered. MDN Reference Parameters ##rotX: number optional#rotY: number optional#rotZ: number optionalReturn Type #DOMMatrix
method DOMMatrixReadOnly.rotate#DOMMatrixReadOnly.rotate(rotX?: number,rotY?: number,rotZ?: number,): DOMMatrixThe rotate() method of the DOMMatrixReadOnly interface returns a new DOMMatrix created by rotating the source matrix around each of its axes by the specified number of degrees. The original matrix is not altered. MDN Reference Parameters ##rotX: number optional#rotY: number optional#rotZ: number optionalReturn Type #DOMMatrix