This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

rotateAxisAngle

Method of css/cssom/MSCSSMatrixcss/cssom/MSCSSMatrix

Syntax

var object = object.rotateAxisAngle();

Return Value

Returns an object of type DOM NodeDOM Node

Type: HRESULT

This method can return one of these values.

Return valueDescription
S_OKThe operation completed successfully.

MSCSSMatrix

The returned matrix.

Syntax

Standards information

Parameters

x [in]
Type: floatThe x component of the axis vector.
y [in]
Type: floatThe y component of the axis vector.
z [in]
Type: floatThe z component of the axis vector.
angle [in]
Type: floatThe angle (in degrees) of the rotation about the axis vector.
retMatrix [out, retval]
Type: MSCSSMatrixThe returned matrix.

See also

Related pages

Attributions