Skip to main content

method DOMMatrixReadOnly.rotateAxisAngle

#DOMMatrixReadOnly.rotateAxisAngle(
x?: number,
y?: number,
z?: number,
angle?: number,
): DOMMatrix

The 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
optional

Return Type #

Did you find what you needed?

Privacy policy