mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 10:54:39 +00:00
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
export type Point = [number, number];
|
|
export type Vector = [Point, Point, Point];
|