component4

operator fun Ellipse.component4(): Float

Operator function that allows to deconstruct this ellipse.

Return

Height component.


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 Rectangle.component4(): Float

Operator function that allows to deconstruct this rectangle.

Return

Height component.


operator fun Vector4.component4(): Float

Operator function that allows to deconstruct this vector.

Return

W component.