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

x/gmath/src/matrix4.ts>Matrix4#row

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

Parameters

n:
| 0
| 1
| 2
| 3

Returns

[
number,
number,
number,
number,
]