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

This represents n RSXforms by 4*n float values. In order, the values should be scos, ssin, tx, ty for each RSXForm. See RSXForm.h for more details.

definition: MallocObj | Float32Array | number[]