This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITransformation3D Interface > ITransformation3D.Rotate Method (ArcObjects .NET 10.4 SDK) |
Adds a rotation in radians to the transformation matrix.
[Visual Basic .NET] Public Sub Rotate ( _ ByVal rotationAngle As Double, _ ByVal rotationAxis As IVector3D _ )
[C#] public void Rotate ( double rotationAngle, IVector3D rotationAxis );
[C++]
HRESULT Rotate(
double rotationAngle,
IVector3D* rotationAxis
);
[C++]
Parameters rotationAngle rotationAngle is a parameter of type double rotationAxis
rotationAxis is a parameter of type IVector3D