This document is archived and information here might be outdated. Recommended version. |
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