---
title: columns
framework: simd
role: symbol
role_heading: Instance Property
path: simd/simd_float3x3/columns
---

# columns

The columns of the matrix.

## Declaration

```swift
var columns: (simd_float3, simd_float3, simd_float3)
```

## See Also

### Matrix Properties

- [determinant](simd/simd_float3x3/determinant.md)
- [inverse](simd/simd_float3x3/inverse.md)
- [transpose](simd/simd_float3x3/transpose.md)
