pow(_:_:)
Returns each element in a vector raised to the power of the corresponding element in a second vector.
Declaration
func pow(_ x: simd_float3, _ y: simd_float3) -> simd_float3Returns each element in a vector raised to the power of the corresponding element in a second vector.
func pow(_ x: simd_float3, _ y: simd_float3) -> simd_float3