menu
Matrix3f
import { Matrix3f } from "destack:math";
Three-by-three single-precision matrix.
1export type Matrix3f = Matrix3<float32>import { Matrix3f } from "destack:math";
Three-by-three single-precision matrix.
1export type Matrix3f = Matrix3<float32>