Class Mat3

A 3x3 matrix.

Hierarchy (view full)

Implements

Constructors

Properties

byteOffset: number

The offset in bytes of the array.

Accessors

  • get buffer(): ArrayBufferLike
  • The ArrayBuffer instance referenced by the array.

    Returns ArrayBufferLike

  • get byteLength(): number
  • The length in bytes of the array.

    Returns number

  • get length(): 9
  • The length of the array.

    Returns 9

  • get valid(): boolean
  • Whether the array is still valid.

    Returns boolean

Methods

  • Calculates the determinant of this matrix.

    Returns number

  • Coverts this to a normal matrix, which is the inverse transpose matrix.

    Returns boolean

  • Scales this matrix by given factor.

    Parameters

    • factor: number

    Returns this

Generated using TypeDoc