Documentation
¶
Overview ¶
Package boolmatrix bool matrix of maze wall, road
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoolMatrix ¶
type BoolMatrix [][]bool
func New ¶
func New(w, h int) BoolMatrix
func (BoolMatrix) HLine ¶
func (ma BoolMatrix) HLine(x1, x2, y int, v bool)
func (BoolMatrix) String ¶
func (ma BoolMatrix) String() string
func (BoolMatrix) ToString ¶
func (ma BoolMatrix) ToString(r1, r2 rune) string
func (BoolMatrix) VLine ¶
func (ma BoolMatrix) VLine(x, y1, y2 int, v bool)
Click to show internal directories.
Click to hide internal directories.