component5

operator fun Matrix3.component5(): Float

Operator function that allows to deconstruct this matrix.

Return

second row, second column.


operator fun Matrix4.component5(): Float

Operator function that allows to deconstruct this matrix.

Return

second row, first column.