This document is archived and information here might be outdated.  Recommended version.


IPushbroomUtilities.VectorRotate3Axes Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPushbroomUtilities Interface > IPushbroomUtilities.VectorRotate3Axes Method
ArcGIS Developer Help

IPushbroomUtilities.VectorRotate3Axes Method

Rotate a vector about 3 axes (inputs radians)

[Visual Basic .NET]
Public Function VectorRotate3Axes ( _
    ByRef vIn As Double, _
    ByVal xRot As Double, _
    ByVal yRot As Double, _
    ByVal zRot As Double _
) As Double
[C#]
public double VectorRotate3Axes (
    ref double vIn,
    ref double xRot,
    ref double yRot,
    ref double zRot
);
[C++]
HRESULT VectorRotate3Axes(
  System.Double* vIn,
  double xRot,
  double yRot,
  double zRot
);
[C++]
Parameters
vIn [in]

vIn is a parameter of type double* xRot [in]
xRot is a parameter of type double yRot [in]
yRot is a parameter of type double zRot [in]
zRot is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPushbroomUtilities Interface