component3

operator fun Matrix3.component3(): Float
operator fun Matrix4.component3(): Float

Operator function that allows to deconstruct this matrix.

Return

first row, third column.


operator fun Vector3.component3(): Float
operator fun Vector4.component3(): Float

Operator function that allows to deconstruct this vector.

Return

Z component.