Skip to main content
Latest
type alias FlattenedPointArray
import { type FlattenedPointArray } from "https://deno.land/x/targadactyl@1.2.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