component6

operator fun Matrix3.component6(): Float

Operator function that allows to deconstruct this matrix.

Return

second row, third column.


operator fun Matrix4.component6(): Float

Operator function that allows to deconstruct this matrix.

Return

second row, second column.