add vec test v1.0

This commit is contained in:
blueloveTH 2024-05-25 14:51:33 +08:00
parent 68c8f72ba5
commit 02b922a93e

View File

@ -20,4 +20,4 @@ x = vec2(0, 0)
for i in range(10000000):
x += vec2(1, 1)
assert x == vec2(5000000, 5000000)
assert x == vec2(10000000, 10000000)