Method EuclideanNorm
EuclideanNorm(GridPoint3)
Returns the Euclidean norm of a bock point, defined as the square root of the sum of the squares of the coordinates.
public static float EuclideanNorm(GridPoint3 point)
Parameters
point
GridPoint3
Returns the Euclidean norm of a bock point, defined as the square root of the sum of the squares of the coordinates.
public static float EuclideanNorm(GridPoint3 point)
point
GridPoint3