Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Matrix2x2

2x2 Matrix of single-precision float numbers.

Values are stored in column major order.

Hierarchy

  • Matrix2x2

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new Matrix2x2(m11: number, m21: number, m12: number, m22: number): Matrix2x2

Properties

Protected _values

_values: Float32Array

Accessors

values

  • get values(): Float32Array
  • Values of the matrix, that is stored in column major order.

    Returns Float32Array

Methods

toString

  • toString(): string

Static identity

Generated using TypeDoc