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

x/canvaseno/mod.ts>PosTan

Canvas API for deno
Latest
type alias PosTan
import { type PosTan } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";

A PosTan is an array of 4 values, representing a position and a tangent vector. In order, the values are [px, py, tx, ty].

definition: number[]