Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Uint8Matrix

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Uint8Matrix(rows: number, cols: number, defaultValue: number): Uint8Matrix

Properties

Private Readonly _data

_data: Uint8Array

Readonly cols

cols: number

Readonly rows

rows: number

Methods

get

  • get(row: number, col: number): number

set

  • set(row: number, col: number, value: number): void