component7

operator fun Matrix3.component7(): Float

Operator function that allows to deconstruct this matrix.

Return

third row, first column.


operator fun Matrix4.component7(): Float

Operator function that allows to deconstruct this matrix.

Return

second row, third column.