component1

operator fun Circle.component1(): Float

Operator function that allows to deconstruct this circle.

Return

X component.


operator fun Ellipse.component1(): Float

Operator function that allows to deconstruct this ellipse.

Return

X component.


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

Operator function that allows to deconstruct this matrix.

Return

first row, first column.


operator fun Polygon.component1(): Float

Operator function that allows to deconstruct this polygon.

Return

X component.


operator fun Polyline.component1(): Float

Operator function that allows to deconstruct this polyline.

Return

X component.


operator fun Rectangle.component1(): Float

Operator function that allows to deconstruct this rectangle.

Return

X component.


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

Operator function that allows to deconstruct this vector.

Return

X component.