diff src/zamikongine/math/vector.nim @ 38:c3c963e7c1a6

did: tons of stuff, input, refactoring, fix some errors, some template improvment, sorry for super-commit
author Sam <sam@basx.dev>
date Wed, 18 Jan 2023 09:52:03 +0700
parents beb86492b178
children
line wrap: on
line diff
--- a/src/zamikongine/math/vector.nim	Mon Jan 16 00:51:03 2023 +0700
+++ b/src/zamikongine/math/vector.nim	Wed Jan 18 09:52:03 2023 +0700
@@ -5,6 +5,8 @@
 import std/typetraits
 import std/tables
 
+export math
+
 
 type
   Vec2*[T: SomeNumber] = array[2, T]