Normalizes the vector by dividing it’s all coordinates with the vector's norm.

Namespace:  AForge.Math
Assembly:  AForge.Math (in AForge.Math.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
public float Normalize()

Return Value

Returns the value of vectors’ norm before normalization.

See Also