# Matrix3f

`import { Matrix3f } from "destack:math";`

Three-by-three single-precision matrix.

```ds title="Matrix3f"
export type Matrix3f = Matrix3<float32>
```

[language/library/src/math/matrix.ds:53](https://github.com/destack-sh/destack/blob/main/language/library/src/math/matrix.ds#L53)
