This document is archived and information here might be outdated. Recommended version. |
Sets the rotation angles for each axis.
[Visual Basic .NET]
Public Sub SetRotationAngles ( _
ByVal xAngle As Double, _
ByVal yAngle As Double, _
ByVal zAngle As Double _
)
[C#]
public void SetRotationAngles (
double xAngle,
double yAngle,
double zAngle
);
[C++]
HRESULT SetRotationAngles(
double xAngle,
double yAngle,
double zAngle
);
[C++] Parameters xAngle [in]
xAngle is a parameter of type double yAngle [in]
yAngle is a parameter of type double zAngle [in]
zAngle is a parameter of type double