Calculate Euclidean norm of the vector comprised of the point's
coordinates - distance from (0, 0) in other words.
Namespace:
AForge
Assembly:
AForge (in AForge.dll) Version: 2.2.5.0 (2.2.5.0)
Syntax
C# |
---|
public float EuclideanNorm() |
Return Value
Returns point's distance from (0, 0) point.
See Also