component9

operator fun Matrix3.component9(): Float

Operator function that allows to deconstruct this matrix.

Return

third row, third column.


operator fun Matrix4.component9(): Float

Operator function that allows to deconstruct this matrix.

Return

third row, first column.