Skip to main content
Module

x/math/matrix/mod.ts>Matrix#pointAt

Deno module for high-precision calculations and scientific computing
Latest
method Matrix.prototype.pointAt
Re-export
import { Matrix } from "https://deno.land/x/math@v1.1.0/matrix/mod.ts";

Get a value of a point

Parameters

row: number
col: number

Returns

number