component8

operator fun Matrix3.component8(): Float

Operator function that allows to deconstruct this matrix.

Return

third row, second column.


operator fun Matrix4.component8(): Float

Operator function that allows to deconstruct this matrix.

Return

second row, forth column.