method Matrix3.prototype.transposeimport { Matrix3 } from "https://deno.land/x/gmath@0.1.12/src/matrix3.ts"; transpose(): Matrix3ReturnsMatrix3