1
0
mirror of https://github.com/robonen/canvas-3d.git synced 2026-03-19 18:34:40 +00:00

chore(packages/rendering): remove unused types

This commit is contained in:
2024-05-26 03:44:02 +07:00
parent 21f61d6ba0
commit d79a1bb96a
3 changed files with 0 additions and 4 deletions

View File

@@ -1,4 +0,0 @@
export type Vec3 = [number, number, number];
export type Vec4 = [number, number, number, number];
export type Mat4 = [Vec4, Vec4, Vec4, Vec4];