Skip to main content
Module

x/canvas/mod.ts>Vector3

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Latest
type alias Vector3
import { type Vector3 } from "https://deno.land/x/canvas@v1.4.1/mod.ts";

Vector3 represents an x, y, z coordinate or vector. It has length 3.

definition: number[]