rotateAxisAngle method
Returns a new matrix that is the result of the current matrix multiplied by the rotation matrix with the given axis and angle.
![]() ![]() |
Syntax
var retMatrix = MSCSSMatrix.rotateAxisAngle(x, y, z, angle);Parameters
- x [in]
-
Type: Floating-point
The x component of the axis vector.
- y [in]
-
Type: Floating-point
The y component of the axis vector.
- z [in]
-
Type: Floating-point
The z component of the axis vector.
- angle [in]
-
Type: Floating-point
The angle (in degrees) of the rotation about the axis vector.
- retMatrix [out, retval]
-
Type: MSCSSMatrix
The returned matrix.
Return value
Type: MSCSSMatrix
The returned matrix.
Standards information
- CSS Transitions Module Level 3, Section 10.1
See also
Show:

