# Matrix4f

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

Four-by-four single-precision matrix.

```ds title="Matrix4f"
export type Matrix4f = Matrix4<float32>
```

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