This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IP > IPushbroomUtilities Interface > IPushbroomUtilities.VectorNormalize Method (ArcObjects .NET 10.5 SDK) |
Normalize a vector so its length is 1.0.
[Visual Basic .NET] Public Function VectorNormalize ( _ ByRef v1 As Double _ ) As Double
[C#] public double VectorNormalize ( ref double v1 );
[C++]
HRESULT VectorNormalize(
double* v1,
double* v2
);
[C++]
Parameters v1 [in] v1 is a parameter of type double v2 [out, retval] v2 is a parameter of type double