Skip to main content
Module

x/targadactyl/deps.ts>InputVector3

tga.js implemented in Deno
Latest
type alias InputVector3
import { type InputVector3 } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as a vector of 3 floats. For example, this is the x, y, z coordinates.

definition: MallocObj | Vector3 | Float32Array