1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-20 10:54:39 +00:00
Files
canvas-3d/packages/rendering/types.ts

3 lines
82 B
TypeScript

export type Point = [number, number];
export type Vector = [Point, Point, Point];