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

x/canvaseno/types.ts>Vector3

Canvas API for deno
Latest
type alias Vector3
import { type Vector3 } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";

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

definition: number[]