---
title: float4x4
framework: simd
role: symbol
role_heading: Type Alias
path: simd/float4x4
---

# float4x4

A type alias for a single-precision 4 x 4 matrix.

## Declaration

```swift
typealias float4x4 = simd_float4x4
```

## See Also

### Type Aliases

- [matrix_float4x4](simd/matrix_float4x4.md)
