withVector2Output

@JvmName(name = "polarWithVector2Output")
fun (Int, Polar) -> Double.withVector2Output(): (Int, Polar) -> Vector2(source)
fun (Int, Double) -> Double.withVector2Output(): (seed: Int, x: Double) -> Vector2(source)
fun (Int, Double, Double) -> Double.withVector2Output(): (seed: Int, x: Double, y: Double) -> Vector2(source)
fun (Int, Double, Double, Double) -> Double.withVector2Output(): (seed: Int, x: Double, y: Double, z: Double) -> Vector2(source)