Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/gmath/src/matrix2.ts>Matrix2.from

🎮 A wasm accelerated game and graphics maths library for deno
Latest
method Matrix2.from
import { Matrix2 } from "https://deno.land/x/gmath@0.1.12/src/matrix2.ts";

Constructs a Matrix2 from individual elements

Parameters

c0r0: number
c0r1: number
c1r0: number
c1r1: number