diff options
Diffstat (limited to 'client/lib/utils/index.ts')
-rw-r--r-- | client/lib/utils/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/lib/utils/index.ts b/client/lib/utils/index.ts new file mode 100644 index 0000000..1f8e2f0 --- /dev/null +++ b/client/lib/utils/index.ts @@ -0,0 +1,3 @@ +export * from "./rotateVector"; +export * from "./normalizeVector"; +export * from "./dotProduct"; |