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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.