This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPushbroomUtilities Interface > IPushbroomUtilities.VectorRotate3Axes Method (ArcObjects .NET 10.4 SDK) |
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(
double* vIn,
double xRot,
double yRot,
double zRot,
double* vOut
);
[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 vOut [out, retval] vOut is a parameter of type double