Mercurial > games > semicongine
comparison tests/test_vector.nim @ 212:77755701bf49
fix: tests
| author | Sam <sam@basx.dev> |
|---|---|
| date | Tue, 09 May 2023 20:39:49 +0700 |
| parents | c57285d292b6 |
| children | c73224f9d38f |
comparison
equal
deleted
inserted
replaced
| 211:744285b47a4d | 212:77755701bf49 |
|---|---|
| 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 |
