WebGeometry Interfaces Module APIDOMMatrixReadOnly.rotateAxisAnglemethod DOMMatrixReadOnly.rotateAxisAngle#DOMMatrixReadOnly.rotateAxisAngle(x?: number,y?: number,z?: number,angle?: number,): DOMMatrixThe rotateAxisAngle() method of the DOMMatrixReadOnly interface returns a new DOMMatrix created by rotating the source matrix by the given vector and angle. The original matrix is not altered. MDN Reference Parameters ##x: number optional#y: number optional#z: number optional#angle: number optionalReturn Type #DOMMatrix
method DOMMatrixReadOnly.rotateAxisAngle#DOMMatrixReadOnly.rotateAxisAngle(x?: number,y?: number,z?: number,angle?: number,): DOMMatrixThe rotateAxisAngle() method of the DOMMatrixReadOnly interface returns a new DOMMatrix created by rotating the source matrix by the given vector and angle. The original matrix is not altered. MDN Reference Parameters ##x: number optional#y: number optional#z: number optional#angle: number optionalReturn Type #DOMMatrix