Normalizes the vector.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public double Normalize()
Visual C++
public:
double Normalize()
F#
member Normalize : unit -> float 

Return Value

The original length of the vector

See Also