Method KnightNorm
KnightNorm(GridPoint2)
Returns the knight norm of a point, defined by the minimum number of moves a knight chess-piece will need to reach it starting at the origin.
public static int KnightNorm(GridPoint2 point)
Parameters
point
GridPoint2