Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Uint8Matrix

Index

Constructors

Properties

Methods

Constructors

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

Properties

_data: Uint8Array
cols: number
rows: number

Methods

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