times

operator fun Size.times(anchor: Anchor): Point
operator fun Vector2D.times(other: Scale): Vector2D
operator fun Vector2F.times(other: Scale): Vector2F
operator fun Vector2D.times(other: Size): Vector2D
operator fun Vector2F.times(other: Size): Vector2F
operator fun Vector2D.times(other: SizeInt): Vector2D
operator fun Vector2F.times(other: SizeInt): Vector2F
operator fun Vector2I.times(other: SizeInt): Vector2I
operator fun Int.times(v: Vector2D): Vector2D
operator fun Float.times(v: Vector2D): Vector2D
operator fun Double.times(v: Vector2D): Vector2D
operator fun Int.times(v: Vector2F): Vector2F
operator fun Float.times(v: Vector2F): Vector2F
operator fun Double.times(v: Vector2F): Vector2F
operator fun Int.times(v: Vector3F): Vector3F
operator fun Float.times(v: Vector3F): Vector3F
operator fun Double.times(v: Vector3F): Vector3F