Matrix3f import { Matrix3f } from "destack:math"; Three-by-three single-precision matrix. export type Matrix3f = Matrix3 language/library/src/math/matrix.ds:53