component2

operator fun Circle.component2(): Float

Operator function that allows to deconstruct this circle.

Return

Y component.


operator fun Ellipse.component2(): Float

Operator function that allows to deconstruct this ellipse.

Return

Y component.


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

Operator function that allows to deconstruct this matrix.

Return

first row, second column.


operator fun Polygon.component2(): Float

Operator function that allows to deconstruct this polygon.

Return

Y component.


operator fun Polyline.component2(): Float

Operator function that allows to deconstruct this polyline.

Return

Y component.


operator fun Rectangle.component2(): Float

Operator function that allows to deconstruct this rectangle.

Return

Y component.


operator fun Vector2.component2(): Float
operator fun Vector3.component2(): Float
operator fun Vector4.component2(): Float

Operator function that allows to deconstruct this vector.

Return

Y component.