This document is archived and information here might be outdated. Recommended version. |
Decodes a normal from a double.
[Visual Basic .NET] Public Sub UnPackNormal ( _ ByVal packedNormal As Double, _ ByVal normalVector As IVector3D, _ ByRef wasProductive As Boolean _ )
[C#] public void UnPackNormal ( double packedNormal, IVector3D normalVector, ref bool wasProductive );
[C++]
HRESULT UnPackNormal(
double packedNormal,
IVector3D* normalVector,
Boolean* wasProductive
);
[C++] Parameters packedNormal [in]
packedNormal is a parameter of type double normalVector [in]
normalVector is a parameter of type IVector3D* wasProductive [out]
wasProductive is a parameter of type bool*