Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
type alias FlattenedPointArray
import { type FlattenedPointArray } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";

FlattenedPointArray represents n points by 2*n float values. In order, the values should be the x, y for each point.

definition: Float32Array