Represents a grid of cells with specified dimensions.
Record Field | Description |
|
|
Full Usage:
Length
Field type: int
|
|
Full Usage:
Width
Field type: int
|
|
Instance member | Description |
Full Usage:
this.CleanOccupiedForChildrenCells
|
|
Full Usage:
this.IsAgainstTheBottomWall
Parameters:
int
j : int
Returns: bool
|
|
Full Usage:
this.IsAgainstTheLeftWall
Parameters:
int
j : int
Returns: bool
|
|
Full Usage:
this.IsAgainstTheRightWall
Parameters:
int
j : int
Returns: bool
|
|
Full Usage:
this.IsAgainstTheTopWall
Parameters:
int
j : int
Returns: bool
|
|
Full Usage:
this.IsNonOccupied
Parameters:
int
j : int
Returns: bool
|
|
Full Usage:
this.IsOccupied
Parameters:
int
j : int
Returns: bool
|
|
Full Usage:
this.IsOccupiedForChildren
Parameters:
int
j : int
Returns: bool
|
|
|
|
Full Usage:
this.MakeOccupied
Parameters:
int
j : int
|
|
Full Usage:
this.MakeOccupiedForChildren
Parameters:
int
j : int
|