Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/canvas/src/types.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.2/src/types.ts";

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

definition: number[]