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