Method EuclideanNorm
EuclideanNorm(GridPoint2)
Returns the Euclidean norm of a point, defined as the square root of the sum of the squares of the coordinates.
public static float EuclideanNorm(GridPoint2 point)
Parameters
point
GridPoint2
Returns
EuclideanNorm(Vector2)
Returns the Euclidean norm of a point, defined as the square root of the sum of the squares of the coordinates.
[Version(2, 3, 10)]
public static float EuclideanNorm(Vector2 point)
Parameters
point
Vector2