Skip to main content
Go to Latest
type alias FlattenedPointArray
import { type FlattenedPointArray } from "https://deno.land/x/targadactyl@1.1.0/deps.ts";

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

definition: Float32Array