Add matrix type dialog part 1

This commit is contained in:
Synthasmagoria 2026-08-02 13:19:46 +02:00
commit baf7dcc52c
2 changed files with 29 additions and 11 deletions

View file

@ -74,6 +74,7 @@ tri2 :: [3]v2
Bezier :: [3]v2
V2_ONE :: v2{1.0, 1.0}
V2_ZERO :: v2{}
V2_LEFT :: v2{-1.0, 0.0}
V2_RIGHT :: v2{1.0, 0.0}
V2_UP :: v2{0.0, -1.0}