Matrix2f import { Matrix2f } from "destack:math"; Two-by-two single-precision matrix. export type Matrix2f = Matrix2 language/library/src/math/matrix.ds:50