• This function is used to initialize the grid with the given width and height with 0

    Returns

    a grid with the given width and height initialized with 0

    Parameters

    • width: number

      width of the grid

    • height: number

      height of the grid

    Returns Grid

Generated using TypeDoc