Mercurial > games > semicongine
comparison tests/test_vector.nim @ 673:9cfd59c93ae8
fix: tests
author | Sam <sam@basx.dev> |
---|---|
date | Tue, 09 May 2023 20:39:49 +0700 |
parents | a25325bec7f2 |
children | c73224f9d38f |
comparison
equal
deleted
inserted
replaced
672:d7c61e6580ea | 673:9cfd59c93ae8 |
---|---|
1 import random | 1 import random |
2 import math | 2 import math |
3 | 3 |
4 import semicongine/math/vector | 4 import semicongine |
5 | 5 |
6 | 6 |
7 proc echoInfo(v: TVec) = | 7 proc echoInfo(v: TVec) = |
8 echo v | 8 echo v |
9 echo " Length: ", v.length | 9 echo " Length: ", v.length |