component3

operator fun Circle.component3(): Float

Operator function that allows to deconstruct this circle.

Return

Radius component.


operator fun Ellipse.component3(): Float

Operator function that allows to deconstruct this ellipse.

Return

Width component.


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

Operator function that allows to deconstruct this rectangle.

Return

Width component.


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

Operator function that allows to deconstruct this vector.

Return

Z component.