Class that encapsulates a Matrix value.

Hierarchy

  • MatrixValue

Constructors

Properties

Methods

Constructors

Properties

elements: ScalarValue[][]

Methods

  • Copies the matrix value to the Uint8Array buffer at the provided byte offset.

    Parameters

    • buffer: Uint8Array

      the destination buffer

    • offset: number

      the byte offset within buffer

    Returns void

Generated using TypeDoc