( interface Matrix )

Hierarchy

  • Matrix

Implemented by

Properties

elements: number[]

Array with matrix values.

isMatrix: boolean

Read-only flag to check if a given object is of type Matrix.

Methods

  • determinant(): number
  • Computes and returns the determinant of this matrix.

    Returns number

  • multiplyScalar(s: number): Matrix
  • multiplyScalar(s:number):T;

    Parameters

    • s: number

    Returns Matrix

  • transpose():T;

    Returns Matrix