Interface Matrix4Like

Numbers arranged into four columns and four rows.

Matrix

interface Matrix4Like {
    "0": number;
    "1": number;
    "10": number;
    "11": number;
    "12": number;
    "13": number;
    "14": number;
    "15": number;
    "2": number;
    "3": number;
    "4": number;
    "5": number;
    "6": number;
    "7": number;
    "8": number;
    "9": number;
    [key: number]: number;
}

Hierarchy (View Summary, Expand)

Implemented by

Indexable

  • [key: number]: number

Properties

0 1 10 11 12 13 14 15 2 3 4 5 6 7 8 9

Properties

"0": number

The value in the first column and first row.

"1": number

The value in the first column and second row.

"10": number

The value in the third column and third row.

"11": number

The value in the third column and fourth row.

"12": number

The value in the fourth column and first row.

"13": number

The value in the fourth column and second row.

"14": number

The value in the fourth column and third row.

"15": number

The value in the fourth column and fourth row.

"2": number

The value in the first column and third row.

"3": number

The value in the first column and fourth row.

"4": number

The value in the second column and first row.

"5": number

The value in the second column and second row.

"6": number

The value in the second column and third row.

"7": number

The value in the second column and fourth row.

"8": number

The value in the third column and first row.

"9": number

The value in the third column and second row.

MMNEPVFCICPMFPCPTTAAATR