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.
[SuppressMessage("ReSharper", "CognitiveComplexity", Justification = "Need unit tests before we can refactor.")]
public static int KnightNorm(GridPoint2 point)
Parameters
pointGridPoint2