This document is archived and information here might be outdated.  Recommended version.


IPushbroomUtilities.VectorNormalize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IPushbroomUtilities.VectorNormalize Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPushbroomUtilities Interface