component4

operator fun Matrix3.component4(): Float

Operator function that allows to deconstruct this matrix.

Return

second row, first column.


operator fun Matrix4.component4(): Float

Operator function that allows to deconstruct this matrix.

Return

first row, forth column.


operator fun Vector4.component4(): Float

Operator function that allows to deconstruct this vector.

Return

W component.