---
title: "simd_make_float3(_:)"
framework: simd
role: symbol
role_heading: Function
path: "simd/simd_make_float3(_:)-6jup1"
---

# simd_make_float3(_:)

Returns a new vector from the specified two-element vector, and other elements set to zero.

## Declaration

```swift
func simd_make_float3(_ other: simd_float2) -> simd_float3
```

## See Also

### Functions to Create Three-Element Vectors From Other Vectors

- [simd_make_float3(_:)](simd/simd_make_float3(_:)-6nare.md)
- [simd_make_float3(_:)](simd/simd_make_float3(_:)-759bf.md)
- [simd_make_float3(_:)](simd/simd_make_float3(_:)-7i06n.md)
- [simd_make_float3(_:)](simd/simd_make_float3(_:)-8p6oi.md)
- [simd_make_float3_undef(_:)](simd/simd_make_float3_undef(_:)-9aafs.md)
