Documentation
¶
Overview ¶
matrix walker
┌──────────────────────┐ │ │ │ │ │ │ │ │ │ │ └──────┐ │ │ │ │ │ │ │ │ └───────┐ │ │ │ │ │ ┌───────┘ │ │ │ │ │ ▼───────► │ │ │ └──────────────────────┘
Index ¶
- Variables
- type Matris
- func (m Matris) Add(rad, kolumn, tal int)
- func (m Matris) Get(rad, kolumn int) int
- func (m Matris) GetCursorPos() (rad, kolumn int)
- func (m Matris) GetDirectionValue(Direction [2]int, Moves int) (ret []int)
- func (m Matris) GoString() string
- func (m Matris) MoveCurser(Direction [2]int, Moves int)
- func (m Matris) New(storlek int) *Matris
- func (m Matris) SetCursorPos(rad, kolumn int)
- func (m Matris) String() string
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Matris ¶
type Matris [][]heltal
func (Matris) GetCursorPos ¶
func (Matris) GetDirectionValue ¶
func (Matris) MoveCurser ¶
func (Matris) SetCursorPos ¶
Click to show internal directories.
Click to hide internal directories.