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

FlattenedRectangleArray represents n rectangles by 4*n float values. In order, the values should be the top, left, right, bottom point for each rectangle.

definition: Float32Array